java.lang.Object
com.jozufozu.flywheel.backend.instancing.AbstractInstance
com.jozufozu.flywheel.backend.instancing.tile.TileEntityInstance<T>
com.simibubi.create.content.contraptions.base.KineticTileInstance<BeltTileEntity>
com.simibubi.create.content.contraptions.relays.belt.BeltInstance
All Implemented Interfaces:
com.jozufozu.flywheel.backend.api.instance.IInstance, com.jozufozu.flywheel.light.LightListener

public class BeltInstance extends KineticTileInstance<BeltTileEntity>
  • Field Details

  • Constructor Details

    • BeltInstance

      public BeltInstance(com.jozufozu.flywheel.backend.api.MaterialManager materialManager, BeltTileEntity tile)
  • Method Details

    • update

      public void update()
      Overrides:
      update in class com.jozufozu.flywheel.backend.instancing.AbstractInstance
    • updateLight

      public void updateLight()
      Overrides:
      updateLight in class com.jozufozu.flywheel.backend.instancing.AbstractInstance
    • remove

      public void remove()
      Specified by:
      remove in class com.jozufozu.flywheel.backend.instancing.AbstractInstance