Package net.crux.ac.api.exemption
Interface MovementToken
public interface MovementToken
Handle for a tracked custom velocity or ability movement token.
-
Method Summary
-
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.
-