Package net.luckperms.api.event.group
Interface GroupLoadEvent
- All Superinterfaces:
LuckPermsEvent
Called when a group is loaded into memory from the storage.
Note that this event is not the same as
GroupCreateEvent-
Method Summary
Methods inherited from interface net.luckperms.api.event.LuckPermsEvent
getEventType, getLuckPerms
-
Method Details
-
getGroup
Gets the group that was loaded- Returns:
- the group that was loaded
-