Class SpeakerMovementBehaviour
java.lang.Object
purplecreate.tramways.content.announcements.SpeakerMovementBehaviour
- All Implemented Interfaces:
com.simibubi.create.api.behaviour.movement.MovementBehaviour
public class SpeakerMovementBehaviour
extends Object
implements com.simibubi.create.api.behaviour.movement.MovementBehaviour
-
Field Summary
Fields inherited from interface com.simibubi.create.api.behaviour.movement.MovementBehaviour
REGISTRY
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
tick
(com.simibubi.create.content.contraptions.behaviour.MovementContext context) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.simibubi.create.api.behaviour.movement.MovementBehaviour
canBeDisabledVia, cancelStall, createVisual, disableBlockEntityRendering, dropItem, getActiveAreaOffset, isActive, mustTickWhileDisabled, onDisabledByControls, onSpeedChanged, renderInContraption, startMoving, stopMoving, visitNewPosition, writeExtraData
-
Constructor Details
-
SpeakerMovementBehaviour
public SpeakerMovementBehaviour()
-
-
Method Details
-
tick
public void tick(com.simibubi.create.content.contraptions.behaviour.MovementContext context) - Specified by:
tick
in interfacecom.simibubi.create.api.behaviour.movement.MovementBehaviour
-