Interface LogNotifyEvent

All Superinterfaces:
Cancellable, LuckPermsEvent

public interface LogNotifyEvent extends LuckPermsEvent, Cancellable
Called when a log entry is about to be sent to specific notifiable object on the platform.

This event is not called for players without the notify permission, but is called for objects which are ignoring log notifications (called with the cancelled flag set to true).

  • Method Details

    • getEntry

      @NonNull Action getEntry()
      Gets the log entry to be sent
      Returns:
      the log entry to be sent
    • getOrigin

      Gets where the log entry originated from.
      Returns:
      the origin of the log
    • getNotifiable

      @NonNull PlatformEntity getNotifiable()
      Gets the object to be notified.
      Returns:
      the object to notify