public class SplitShaftInstance extends KineticTileInstance<SplitShaftTileEntity>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.ArrayList<RotatingData> |
keys |
axis| Constructor and Description |
|---|
SplitShaftInstance(com.jozufozu.flywheel.backend.material.MaterialManager<?> modelManager,
SplitShaftTileEntity 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 java.util.ArrayList<RotatingData> keys
public SplitShaftInstance(com.jozufozu.flywheel.backend.material.MaterialManager<?> modelManager,
SplitShaftTileEntity tile)
public void update()
update in interface com.jozufozu.flywheel.backend.instancing.IInstanceupdate in class com.jozufozu.flywheel.backend.instancing.tile.TileEntityInstance<SplitShaftTileEntity>public void updateLight()
updateLight in interface com.jozufozu.flywheel.backend.instancing.IInstanceupdateLight in class com.jozufozu.flywheel.backend.instancing.tile.TileEntityInstance<SplitShaftTileEntity>public void remove()
remove in interface com.jozufozu.flywheel.backend.instancing.IInstanceremove in class com.jozufozu.flywheel.backend.instancing.tile.TileEntityInstance<SplitShaftTileEntity>