Class NonStationaryLighter<C extends Contraption>
java.lang.Object
com.simibubi.create.content.contraptions.components.structureMovement.ContraptionLighter<C>
com.simibubi.create.content.contraptions.components.structureMovement.NonStationaryLighter<C>
- All Implemented Interfaces:
com.jozufozu.flywheel.light.ILightUpdateListener,com.jozufozu.flywheel.light.IMovingListener
public class NonStationaryLighter<C extends Contraption>
extends ContraptionLighter<C>
implements com.jozufozu.flywheel.light.IMovingListener
-
Field Summary
Fields inherited from class com.simibubi.create.content.contraptions.components.structureMovement.ContraptionLighter
bounds, contraption, lightUpdater, lightVolume, scheduleRebuild -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.jozufozu.flywheel.light.GridAlignedBBbooleanupdate(com.jozufozu.flywheel.light.LightProvider provider) Methods inherited from class com.simibubi.create.content.contraptions.components.structureMovement.ContraptionLighter
delete, getVolume, growBoundsForEdgeData, onLightPacket, onLightUpdate, statusMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.jozufozu.flywheel.light.ILightUpdateListener
getVolume, onLightPacket, onLightUpdate, status
-
Constructor Details
-
NonStationaryLighter
-
-
Method Details
-
update
public boolean update(com.jozufozu.flywheel.light.LightProvider provider) - Specified by:
updatein interfacecom.jozufozu.flywheel.light.IMovingListener
-
getContraptionBounds
public com.jozufozu.flywheel.light.GridAlignedBB getContraptionBounds()- Specified by:
getContraptionBoundsin classContraptionLighter<C extends Contraption>
-