Package net.luckperms.api.event.log
Interface LogNetworkPublishEvent
- All Superinterfaces:
Cancellable,LuckPermsEvent
Called when a log is about to be published to the network via the MessagingService
-
Method Summary
Methods inherited from interface net.luckperms.api.event.type.Cancellable
cancellationState, isCancelled, isNotCancelled, setCancelledMethods inherited from interface net.luckperms.api.event.LuckPermsEvent
getEventType, getLuckPerms
-
Method Details
-
getLogId
Gets the ID of the log entry being published- Returns:
- the id of the log entry being published
-
getEntry
Gets the log entry to be published- Returns:
- the log entry to be published
-