Interface GroupCacheLoadEvent

All Superinterfaces:
LuckPermsEvent

public interface GroupCacheLoadEvent extends LuckPermsEvent
Called when a groups CachedDataManager is loaded.
  • Method Details

    • getGroup

      @NonNull Group getGroup()
      Gets the group whose data was loaded
      Returns:
      the group
    • getLoadedData

      @NonNull CachedDataManager getLoadedData()
      Gets the data that was loaded
      Returns:
      the loaded data