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 Action |
getEntry()
Gets the log entry to be sent
|
@NonNull PlatformEntity |
getNotifiable()
Gets the object to be notified.
|
@NonNull LogNotifyEvent.Origin |
getOrigin()
Gets where the log entry originated from.
|
getEventType, getLuckPermscancellationState, isCancelled, isNotCancelled, setCancelled@NonNull Action getEntry()
@NonNull LogNotifyEvent.Origin getOrigin()
@NonNull PlatformEntity getNotifiable()