Interface UserCacheLoadEvent

All Superinterfaces:
LuckPermsEvent

public interface UserCacheLoadEvent extends LuckPermsEvent
Called when a users CachedDataManager is loaded.
  • Method Details

    • getUser

      @NonNull User getUser()
      Gets the user whose data was loaded
      Returns:
      the user
    • getLoadedData

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