Package net.luckperms.api.event.log
Interface LogBroadcastEvent
- All Superinterfaces:
Cancellable,LuckPermsEvent
Called when a log entry is about to be sent to notifiable players on the platform
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enumRepresents where a log entry is from -
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
-
getEntry
Gets the log entry to be broadcasted- Returns:
- the log entry to be broadcasted
-
getOrigin
@NonNull LogBroadcastEvent.Origin getOrigin()Gets where the log entry originated from.- Returns:
- the origin of the log
-