Class SchematicannonInstance
java.lang.Object
com.jozufozu.flywheel.backend.instancing.AbstractInstance
com.jozufozu.flywheel.backend.instancing.tile.TileEntityInstance<SchematicannonTileEntity>
com.simibubi.create.content.schematics.block.SchematicannonInstance
- All Implemented Interfaces:
com.jozufozu.flywheel.backend.api.instance.IDynamicInstance,com.jozufozu.flywheel.backend.api.instance.IInstance,com.jozufozu.flywheel.light.LightListener
public class SchematicannonInstance
extends com.jozufozu.flywheel.backend.instancing.tile.TileEntityInstance<SchematicannonTileEntity>
implements com.jozufozu.flywheel.backend.api.instance.IDynamicInstance
-
Field Summary
Fields 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
ConstructorsConstructorDescriptionSchematicannonInstance(com.jozufozu.flywheel.backend.api.MaterialManager modelManager, SchematicannonTileEntity 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.backend.api.instance.IDynamicInstance
decreaseFramerateWithDistanceMethods inherited from interface com.jozufozu.flywheel.backend.api.instance.IInstance
getWorldPositionMethods inherited from interface com.jozufozu.flywheel.light.LightListener
onLightPacket
-
Constructor Details
-
SchematicannonInstance
public SchematicannonInstance(com.jozufozu.flywheel.backend.api.MaterialManager modelManager, SchematicannonTileEntity tile)
-
-
Method Details
-
beginFrame
public void beginFrame()- Specified by:
beginFramein interfacecom.jozufozu.flywheel.backend.api.instance.IDynamicInstance
-
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
-