public interface LogNotifyEvent extends LuckPermsEvent, Cancellable
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).
| Modifier and Type | Interface and Description |
|---|---|
static class |
LogNotifyEvent.Origin
Represents where a log entry is from
|
| Modifier and Type | Method and Description |
|---|---|
@NonNull LogEntry |
getEntry()
Gets the log entry to be sent
|
@NonNull Entity |
getNotifiable()
Gets the object to be notified.
|
@NonNull LogNotifyEvent.Origin |
getOrigin()
Gets where the log entry originated from.
|
getApigetCancellationState, isCancelled, isNotCancelled, setCancelled@NonNull LogEntry getEntry()
@NonNull LogNotifyEvent.Origin getOrigin()
@NonNull Entity getNotifiable()