Package net.luckperms.api.event.sync
Interface PreNetworkSyncEvent
- All Superinterfaces:
Cancellable,LuckPermsEvent
Called before a received network sync task runs
-
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
-
getSyncId
Gets the ID of the sync request- Returns:
- the id of the sync request
-