Interface ActionLogMessage

All Superinterfaces:
Message

public interface ActionLogMessage extends Message
Represents an "action log" message.

Used to dispatch live action log updates to other servers.

  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the action being sent

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

    getId
  • Method Details

    • getAction

      @NonNull Action getAction()
      Gets the action being sent
      Returns:
      the action