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 |
|---|---|
LogEntry |
getEntry()
Gets the log entry to be sent
|
Entity |
getNotifiable()
Gets the object to be notified.
|
LogNotifyEvent.Origin |
getOrigin()
Gets where the log entry originated from.
|
getApigetCancellationState, isCancelled, isNotCancelled, setCancelled@Nonnull LogEntry getEntry()
@Nonnull LogNotifyEvent.Origin getOrigin()
Copyright © 2018. All rights reserved.