Class HauntedBellMovementBehaviour
java.lang.Object
com.simibubi.create.content.contraptions.behaviour.BellMovementBehaviour
com.simibubi.create.content.equipment.bell.HauntedBellMovementBehaviour
- All Implemented Interfaces:
MovementBehaviour
-
Field Summary
FieldsFields inherited from interface com.simibubi.create.api.behaviour.movement.MovementBehaviour
REGISTRY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidtick(MovementContext context) voidvisitNewPosition(MovementContext context, net.minecraft.core.BlockPos pos) voidwriteExtraData(MovementContext context) Methods inherited from class com.simibubi.create.content.contraptions.behaviour.BellMovementBehaviour
isActive, onSpeedChanged, playSound, stopMovingMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.simibubi.create.api.behaviour.movement.MovementBehaviour
canBeDisabledVia, cancelStall, createVisual, disableBlockEntityRendering, dropItem, getActiveAreaOffset, mustTickWhileDisabled, onDisabledByControls, renderInContraption, startMoving
-
Field Details
-
DISTANCE
public static final int DISTANCE- See Also:
-
-
Constructor Details
-
HauntedBellMovementBehaviour
public HauntedBellMovementBehaviour()
-
-
Method Details
-
tick
- Specified by:
tickin interfaceMovementBehaviour- Overrides:
tickin classBellMovementBehaviour
-
visitNewPosition
-
writeExtraData
-