public class BellMovementBehaviour extends MovementBehaviour
| Constructor and Description |
|---|
BellMovementBehaviour() |
| Modifier and Type | Method and Description |
|---|---|
void |
onSpeedChanged(MovementContext context,
net.minecraft.util.math.vector.Vector3d oldMotion,
net.minecraft.util.math.vector.Vector3d motion) |
static void |
playSound(MovementContext context) |
boolean |
renderAsNormalTileEntity() |
void |
stopMoving(MovementContext context) |
createInstance, dropItem, getActiveAreaOffset, hasSpecialInstancedRendering, isActive, renderInContraption, startMoving, tick, visitNewPosition, writeExtraDatapublic boolean renderAsNormalTileEntity()
renderAsNormalTileEntity in class MovementBehaviourpublic void onSpeedChanged(MovementContext context, net.minecraft.util.math.vector.Vector3d oldMotion, net.minecraft.util.math.vector.Vector3d motion)
onSpeedChanged in class MovementBehaviourpublic void stopMoving(MovementContext context)
stopMoving in class MovementBehaviourpublic static void playSound(MovementContext context)