Interface LocalPlayer

All Superinterfaces:
Locatable

public interface LocalPlayer extends Locatable
Minimal live view of the local player's movement and animation state.
  • Method Details

    • isMoving

      boolean isMoving()
      Reports current movement state.
      Returns:
      true when the client currently reports movement
    • getAnimation

      int getAnimation()
      Returns the current animation.
      Returns:
      current animation identifier, conventionally -1 when idle