Interface LogNetworkPublishEvent

All Superinterfaces:
Cancellable, LuckPermsEvent

public interface LogNetworkPublishEvent extends LuckPermsEvent, Cancellable
Called when a log is about to be published to the network via the MessagingService
  • Method Details

    • getLogId

      @NonNull UUID getLogId()
      Gets the ID of the log entry being published
      Returns:
      the id of the log entry being published
    • getEntry

      @NonNull Action getEntry()
      Gets the log entry to be published
      Returns:
      the log entry to be published