java.lang.Object
com.jozufozu.flywheel.backend.instancing.AbstractInstance
com.jozufozu.flywheel.backend.instancing.tile.TileEntityInstance<T>
com.simibubi.create.content.contraptions.base.KineticTileInstance<KineticTileEntity>
com.simibubi.create.content.contraptions.relays.encased.EncasedCogInstance
All Implemented Interfaces:
com.jozufozu.flywheel.api.instance.IInstance, com.jozufozu.flywheel.light.LightListener
Direct Known Subclasses:
MixerInstance

public class EncasedCogInstance extends KineticTileInstance<KineticTileEntity>
  • Field Details

  • Constructor Details

    • EncasedCogInstance

      public EncasedCogInstance(com.jozufozu.flywheel.api.MaterialManager modelManager, KineticTileEntity tile, boolean large)
  • Method Details

    • small

      public static EncasedCogInstance small(com.jozufozu.flywheel.api.MaterialManager modelManager, KineticTileEntity tile)
    • large

      public static EncasedCogInstance large(com.jozufozu.flywheel.api.MaterialManager modelManager, KineticTileEntity tile)
    • init

      public void init()
      Overrides:
      init in class com.jozufozu.flywheel.backend.instancing.AbstractInstance
    • 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
    • getCogModel

      protected com.jozufozu.flywheel.api.Instancer<RotatingData> getCogModel()