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.LightListener, com.jozufozu.flywheel.light.MovingListener

public class NonStationaryLighter<C extends Contraption> extends ContraptionLighter<C> implements com.jozufozu.flywheel.light.MovingListener
  • Constructor Details

    • NonStationaryLighter

      public NonStationaryLighter(C contraption)
  • Method Details

    • update

      public boolean update(com.jozufozu.flywheel.light.LightProvider provider)
      Specified by:
      update in interface com.jozufozu.flywheel.light.MovingListener
    • getContraptionBounds

      public com.jozufozu.flywheel.util.box.GridAlignedBB getContraptionBounds()
      Specified by:
      getContraptionBounds in class ContraptionLighter<C extends Contraption>