public interface UserLoginProcessEvent extends LuckPermsEvent
This event will always execute during the platforms async login/auth event. All handlers will be called instantly.
This, among other things, allows you to wait until permission data is loaded for a User during the BungeeCord 'LoginEvent', as event priorities are ignored by the current implementation.
| Modifier and Type | Method and Description |
|---|---|
@NonNull User |
getUser()
Gets the resultant User instance which was loaded.
|
@NonNull String |
getUsername()
Gets the username of the connection which was processed
|
@NonNull UUID |
getUuid()
Gets the UUID of the connection which was processed
|
getApi@NonNull UUID getUuid()
@NonNull String getUsername()
@NonNull User getUser()