Package net.luckperms.api.event.group
Interface GroupDataRecalculateEvent
- All Superinterfaces:
LuckPermsEvent
Called when a groups cached data is refreshed
-
Method Summary
Methods inherited from interface net.luckperms.api.event.LuckPermsEvent
getEventType, getLuckPerms
-
Method Details
-
getGroup
Gets the group whose data was recalculated- Returns:
- the group
-
getData
@NonNull CachedDataManager getData()Gets the data that was recalculated- Returns:
- the data
-