Interface UserUpdateMessage

All Superinterfaces:
Message

public interface UserUpdateMessage extends Message
Represents an "user update" message.

Used to notify other servers of a change to a specific user.

  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the user the message is for.

    Methods inherited from interface net.luckperms.api.messenger.message.Message

    getId
  • Method Details

    • getUserUniqueId

      @NonNull UUID getUserUniqueId()
      Gets the user the message is for.
      Returns:
      the user