public class NonStationaryLighter<C extends Contraption> extends ContraptionLighter<C>
bounds, contraption, lightVolume, scheduleRebuild| Constructor and Description |
|---|
NonStationaryLighter(C contraption) |
| Modifier and Type | Method and Description |
|---|---|
com.jozufozu.flywheel.light.GridAlignedBB |
getContraptionBounds() |
void |
tick(RenderedContraption owner) |
contraptionBoundsToVolume, getBounds, onLightPacket, onLightUpdate, startListeningpublic NonStationaryLighter(C contraption)
public void tick(RenderedContraption owner)
tick in class ContraptionLighter<C extends Contraption>public com.jozufozu.flywheel.light.GridAlignedBB getContraptionBounds()
getContraptionBounds in class ContraptionLighter<C extends Contraption>