public class StabilizedBearingMovementBehaviour extends MovementBehaviour
| Constructor and Description |
|---|
StabilizedBearingMovementBehaviour() |
| Modifier and Type | Method and Description |
|---|---|
ActorInstance |
createInstance(com.jozufozu.flywheel.backend.material.MaterialManager<?> materialManager,
PlacementSimulationWorld simulationWorld,
MovementContext context) |
boolean |
hasSpecialInstancedRendering() |
void |
renderInContraption(MovementContext context,
PlacementSimulationWorld renderWorld,
ContraptionMatrices matrices,
net.minecraft.client.renderer.IRenderTypeBuffer buffer) |
dropItem, getActiveAreaOffset, isActive, onSpeedChanged, renderAsNormalTileEntity, startMoving, stopMoving, tick, visitNewPosition, writeExtraDatapublic void renderInContraption(MovementContext context, PlacementSimulationWorld renderWorld, ContraptionMatrices matrices, net.minecraft.client.renderer.IRenderTypeBuffer buffer)
renderInContraption in class MovementBehaviourpublic boolean hasSpecialInstancedRendering()
hasSpecialInstancedRendering in class MovementBehaviour@Nullable public ActorInstance createInstance(com.jozufozu.flywheel.backend.material.MaterialManager<?> materialManager, PlacementSimulationWorld simulationWorld, MovementContext context)
createInstance in class MovementBehaviour