Class NonStationaryLighter<C extends Contraption>
java.lang.Object
com.simibubi.create.content.contraptions.components.structureMovement.render.ContraptionLighter<C>
com.simibubi.create.content.contraptions.components.structureMovement.NonStationaryLighter<C>
- All Implemented Interfaces:
com.jozufozu.flywheel.light.LightListener,com.jozufozu.flywheel.light.TickingLightListener
public class NonStationaryLighter<C extends Contraption>
extends ContraptionLighter<C>
implements com.jozufozu.flywheel.light.TickingLightListener
-
Field Summary
Fields inherited from class com.simibubi.create.content.contraptions.components.structureMovement.render.ContraptionLighter
bounds, contraption, lightUpdater, lightVolume, scheduleRebuild -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.jozufozu.flywheel.util.box.GridAlignedBBbooleanMethods inherited from class com.simibubi.create.content.contraptions.components.structureMovement.render.ContraptionLighter
delete, getVolume, growBoundsForEdgeData, isListenerInvalid, onLightPacket, onLightUpdateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.jozufozu.flywheel.light.LightListener
getVolume, isListenerInvalid, onLightPacket, onLightUpdate
-
Constructor Details
-
NonStationaryLighter
-
-
Method Details
-
tickLightListener
public boolean tickLightListener()- Specified by:
tickLightListenerin interfacecom.jozufozu.flywheel.light.TickingLightListener
-
getContraptionBounds
public com.jozufozu.flywheel.util.box.GridAlignedBB getContraptionBounds()- Specified by:
getContraptionBoundsin classContraptionLighter<C extends Contraption>
-