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 |
|---|---|
User |
getUser()
Gets the resultant User instance which was loaded.
|
String |
getUsername()
Gets the username of the connection which was processed
|
UUID |
getUuid()
Gets the UUID of the connection which was processed
|
getApi@Nonnull UUID getUuid()
@Nonnull String getUsername()
User getUser()
Copyright © 2018. All rights reserved.