Package net.luckperms.api.event.log
Interface LogPublishEvent
-
- All Superinterfaces:
Cancellable,LuckPermsEvent
public interface LogPublishEvent extends LuckPermsEvent, Cancellable
Called when a log is about to be published to the storage file/table
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NonNull ActiongetEntry()Gets the log entry to be published-
Methods inherited from interface net.luckperms.api.event.type.Cancellable
cancellationState, isCancelled, isNotCancelled, setCancelled
-
Methods inherited from interface net.luckperms.api.event.LuckPermsEvent
getEventType, getLuckPerms
-
-