public class FanInstance extends KineticTileInstance<EncasedFanTileEntity>
| Modifier and Type | Field and Description |
|---|---|
protected RotatingData |
fan |
protected RotatingData |
shaft |
axis| Constructor and Description |
|---|
FanInstance(com.jozufozu.flywheel.backend.material.MaterialManager<?> modelManager,
EncasedFanTileEntity tile) |
| Modifier and Type | Method and Description |
|---|---|
void |
remove() |
void |
update() |
void |
updateLight() |
getRotatingMaterial, getRotationAxis, getRotationOffset, getTileSpeed, setup, setup, setup, setup, shaft, shaft, updateRotation, updateRotation, updateRotation, updateRotationprotected final RotatingData shaft
protected final RotatingData fan
public FanInstance(com.jozufozu.flywheel.backend.material.MaterialManager<?> modelManager,
EncasedFanTileEntity tile)
public void update()
update in interface com.jozufozu.flywheel.backend.instancing.IInstanceupdate in class com.jozufozu.flywheel.backend.instancing.tile.TileEntityInstance<EncasedFanTileEntity>public void updateLight()
updateLight in interface com.jozufozu.flywheel.backend.instancing.IInstanceupdateLight in class com.jozufozu.flywheel.backend.instancing.tile.TileEntityInstance<EncasedFanTileEntity>public void remove()
remove in interface com.jozufozu.flywheel.backend.instancing.IInstanceremove in class com.jozufozu.flywheel.backend.instancing.tile.TileEntityInstance<EncasedFanTileEntity>