public class EngineInstance extends com.jozufozu.flywheel.backend.instancing.tile.TileEntityInstance<EngineTileEntity>
| Modifier and Type | Field and Description |
|---|---|
protected com.jozufozu.flywheel.core.materials.ModelData |
frame |
| Constructor and Description |
|---|
EngineInstance(com.jozufozu.flywheel.backend.material.MaterialManager<?> modelManager,
EngineTileEntity tile) |
| Modifier and Type | Method and Description |
|---|---|
void |
remove() |
void |
updateLight() |
public EngineInstance(com.jozufozu.flywheel.backend.material.MaterialManager<?> modelManager,
EngineTileEntity tile)
public void remove()
remove in interface com.jozufozu.flywheel.backend.instancing.IInstanceremove in class com.jozufozu.flywheel.backend.instancing.tile.TileEntityInstance<EngineTileEntity>public void updateLight()
updateLight in interface com.jozufozu.flywheel.backend.instancing.IInstanceupdateLight in class com.jozufozu.flywheel.backend.instancing.tile.TileEntityInstance<EngineTileEntity>