public class GearboxInstance extends KineticTileInstance<GearboxTileEntity>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.EnumMap<net.minecraft.util.Direction,RotatingData> |
keys |
protected net.minecraft.util.Direction |
sourceFacing |
axis| Constructor and Description |
|---|
GearboxInstance(com.jozufozu.flywheel.backend.material.MaterialManager<?> modelManager,
GearboxTileEntity tile) |
| Modifier and Type | Method and Description |
|---|---|
void |
remove() |
void |
update() |
void |
updateLight() |
protected void |
updateSourceFacing() |
getRotatingMaterial, getRotationAxis, getRotationOffset, getTileSpeed, setup, setup, setup, setup, shaft, shaft, updateRotation, updateRotation, updateRotation, updateRotationprotected final java.util.EnumMap<net.minecraft.util.Direction,RotatingData> keys
protected net.minecraft.util.Direction sourceFacing
public GearboxInstance(com.jozufozu.flywheel.backend.material.MaterialManager<?> modelManager,
GearboxTileEntity tile)
protected void updateSourceFacing()
public void update()
update in interface com.jozufozu.flywheel.backend.instancing.IInstanceupdate in class com.jozufozu.flywheel.backend.instancing.tile.TileEntityInstance<GearboxTileEntity>public void updateLight()
updateLight in interface com.jozufozu.flywheel.backend.instancing.IInstanceupdateLight in class com.jozufozu.flywheel.backend.instancing.tile.TileEntityInstance<GearboxTileEntity>public void remove()
remove in interface com.jozufozu.flywheel.backend.instancing.IInstanceremove in class com.jozufozu.flywheel.backend.instancing.tile.TileEntityInstance<GearboxTileEntity>