CharacterMovement

interface CharacterMovement

Functions

Link copied to clipboard
abstract fun move(    direction3d: CompositeDirection3d,     movementType: CharacterMovementType = CharacterMovementType.RUN,     ticks: Int = 1)
Link copied to clipboard
abstract fun rotate(rotationDirection: RotationDirection, ticks: Int = 1)

Inheritors

Link copied to clipboard
Link copied to clipboard