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 TypeMethodDescriptionvoidtick(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, waitMethods 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:
tickin interfacecom.simibubi.create.api.behaviour.movement.MovementBehaviour
-