Package net.luckperms.api.event.user
Interface UserUnloadEvent
-
- All Superinterfaces:
Cancellable,LuckPermsEvent
public interface UserUnloadEvent extends LuckPermsEvent, Cancellable
Called when a user is about to be unloaded from memory.- Since:
- 5.3
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NonNull UsergetUser()Gets the user that is being unloaded-
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
-
-