JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
New
Deprecated
Index
Search
Help
net.luckperms.api.event.user
UserLoadEvent
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Method Summary
Method Details
getUser()
Interface UserLoadEvent
All Superinterfaces:
LuckPermsEvent
public interface
UserLoadEvent
extends
LuckPermsEvent
Called when a user is loaded into memory from the storage.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
@NonNull
User
getUser
()
Gets the user that was loaded
Methods inherited from interface net.luckperms.api.event.
LuckPermsEvent
getEventType
,
getLuckPerms
Method Details
getUser
@NonNull
User
getUser
()
Gets the user that was loaded
Returns:
the user that was loaded