Interface MovementToken


public interface MovementToken
Handle for a tracked custom velocity or ability movement token.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Manually invalidate or cancel this movement token.
    Target player's unique ID.
    Unique token identifier.
    boolean
    Whether the client has acknowledged and completed this movement.
    boolean
    Whether this token is still active/exempted.
  • Method Details

    • getTokenId

      UUID getTokenId()
      Unique token identifier.
    • getPlayerId

      UUID getPlayerId()
      Target player's unique ID.
    • isAcknowledged

      boolean isAcknowledged()
      Whether the client has acknowledged and completed this movement.
    • isActive

      boolean isActive()
      Whether this token is still active/exempted.
    • cancel

      void cancel()
      Manually invalidate or cancel this movement token.