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 as GroupCreateEvent
  • Method Details

    • getGroup

      @NonNull Group getGroup()
      Gets the group that was loaded
      Returns:
      the group that was loaded