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