313314315316317318319320321322323
} Iterator<LightBulbComponent> it2 = this.lightBulbComponents.iterator(); while (it2.hasNext()) { LightBulbComponent lbc = it2.next(); lbc.render(gc, g); } if (renderTracing) { Iterator<RoboterMoveListComponent> it3 = this.roboterMoveListComponent.iterator(); while (it3.hasNext()) {