Interface PostNetworkSyncEvent
- All Superinterfaces:
LuckPermsEvent
Called after a network synchronisation task has been completed.
Note: the generic PostSyncEvent will also be called for full syncs.
- Since:
- 5.5
-
Method Summary
Modifier and TypeMethodDescriptionbooleanGets if a sync occurred.Gets the unique id of the specific user that has been synced, if applicable.Gets the ID of the sync requestgetType()Gets the sync type.Methods inherited from interface net.luckperms.api.event.LuckPermsEvent
getEventType, getLuckPerms
-
Method Details
-
getSyncId
-
getType
-
didSyncOccur
boolean didSyncOccur()Gets if a sync occurred.For
SyncType=FULL, this method always returns true.For
SyncType=SPECIFIC_USER, this method returns true if the user in question was online/loaded in memory at the time, and false otherwise.- Returns:
- if a sync occurred
-
getSpecificUserUniqueId
-