Class EngineInstance
java.lang.Object
com.jozufozu.flywheel.backend.instancing.AbstractInstance
com.jozufozu.flywheel.backend.instancing.tile.TileEntityInstance<EngineTileEntity>
com.simibubi.create.content.contraptions.components.flywheel.engine.EngineInstance
- All Implemented Interfaces:
com.jozufozu.flywheel.backend.api.instance.IInstance,com.jozufozu.flywheel.light.LightListener
public class EngineInstance
extends com.jozufozu.flywheel.backend.instancing.tile.TileEntityInstance<EngineTileEntity>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.jozufozu.flywheel.core.materials.model.ModelDataFields inherited from class com.jozufozu.flywheel.backend.instancing.tile.TileEntityInstance
blockState, instancePos, pos, tileFields inherited from class com.jozufozu.flywheel.backend.instancing.AbstractInstance
materialManager, world -
Constructor Summary
ConstructorsConstructorDescriptionEngineInstance(com.jozufozu.flywheel.backend.api.MaterialManager modelManager, EngineTileEntity tile) -
Method Summary
Methods inherited from class com.jozufozu.flywheel.backend.instancing.tile.TileEntityInstance
getInstancePosition, getOrientedMaterial, getTransformMaterial, getVolume, getWorldPosition, shouldResetMethods inherited from class com.jozufozu.flywheel.backend.instancing.AbstractInstance
init, onLightUpdate, relight, relight, relight, relight, status, updateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.jozufozu.flywheel.light.LightListener
onLightPacket
-
Field Details
-
frame
protected com.jozufozu.flywheel.core.materials.model.ModelData frame
-
-
Constructor Details
-
EngineInstance
public EngineInstance(com.jozufozu.flywheel.backend.api.MaterialManager modelManager, EngineTileEntity tile)
-
-
Method Details
-
remove
public void remove()- Specified by:
removein classcom.jozufozu.flywheel.backend.instancing.AbstractInstance
-
updateLight
public void updateLight()- Overrides:
updateLightin classcom.jozufozu.flywheel.backend.instancing.AbstractInstance
-