Package net.luckperms.api.event.group
Interface GroupDataRecalculateEvent
-
- All Superinterfaces:
LuckPermsEvent
public interface GroupDataRecalculateEvent extends LuckPermsEvent
Called when a groups cached data is refreshed
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NonNull CachedDataManagergetData()Gets the data that was recalculated@NonNull GroupgetGroup()Gets the group whose data was recalculated-
Methods inherited from interface net.luckperms.api.event.LuckPermsEvent
getEventType, getLuckPerms
-
-
-
-
Method Detail
-
getData
@NonNull CachedDataManager getData()
Gets the data that was recalculated- Returns:
- the data
-
-