Class StabilizedBearingMovementBehaviour
java.lang.Object
com.simibubi.create.content.contraptions.components.structureMovement.bearing.StabilizedBearingMovementBehaviour
- All Implemented Interfaces:
MovementBehaviour
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateInstance(com.jozufozu.flywheel.api.MaterialManager materialManager, com.jozufozu.flywheel.core.virtual.VirtualRenderWorld simulationWorld, MovementContext context) booleanvoidrenderInContraption(MovementContext context, com.jozufozu.flywheel.core.virtual.VirtualRenderWorld renderWorld, ContraptionMatrices matrices, net.minecraft.client.renderer.MultiBufferSource buffer) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.simibubi.create.content.contraptions.components.structureMovement.MovementBehaviour
cancelStall, dropItem, getActiveAreaOffset, isActive, onSpeedChanged, renderAsNormalTileEntity, startMoving, stopMoving, tick, visitNewPosition, writeExtraData
-
Constructor Details
-
StabilizedBearingMovementBehaviour
public StabilizedBearingMovementBehaviour()
-
-
Method Details
-
renderInContraption
public void renderInContraption(MovementContext context, com.jozufozu.flywheel.core.virtual.VirtualRenderWorld renderWorld, ContraptionMatrices matrices, net.minecraft.client.renderer.MultiBufferSource buffer) - Specified by:
renderInContraptionin interfaceMovementBehaviour
-
hasSpecialInstancedRendering
public boolean hasSpecialInstancedRendering()- Specified by:
hasSpecialInstancedRenderingin interfaceMovementBehaviour
-
createInstance
@Nullable public ActorInstance createInstance(com.jozufozu.flywheel.api.MaterialManager materialManager, com.jozufozu.flywheel.core.virtual.VirtualRenderWorld simulationWorld, MovementContext context) - Specified by:
createInstancein interfaceMovementBehaviour
-