java.lang.Object
com.jozufozu.flywheel.backend.instancing.AbstractInstance
com.jozufozu.flywheel.backend.instancing.tile.TileEntityInstance<T>
com.simibubi.create.content.contraptions.base.KineticTileInstance<EncasedFanTileEntity>
com.simibubi.create.content.contraptions.components.fan.FanInstance
All Implemented Interfaces:
com.jozufozu.flywheel.backend.instancing.IInstance, com.jozufozu.flywheel.light.ILightUpdateListener

public class FanInstance extends KineticTileInstance<EncasedFanTileEntity>
  • Field Details

  • Constructor Details

    • FanInstance

      public FanInstance(com.jozufozu.flywheel.backend.material.MaterialManager modelManager, EncasedFanTileEntity 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