Package net.luckperms.api.event.group
Interface GroupLoadEvent
-
- All Superinterfaces:
LuckPermsEvent
public interface GroupLoadEvent extends LuckPermsEvent
Called when a group is loaded into memory from the storage. Note that this event is not the same asGroupCreateEvent
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NonNull GroupgetGroup()Gets the group that was loaded-
Methods inherited from interface net.luckperms.api.event.LuckPermsEvent
getEventType, getLuckPerms
-
-