Clarify PreLoginEvent
This commit is contained in:
parent
1b18e64fb2
commit
0d174b51c5
@ -10,6 +10,10 @@ import net.md_5.bungee.api.plugin.Cancellable;
|
|||||||
/**
|
/**
|
||||||
* Event called to represent a player first making their presence and username
|
* Event called to represent a player first making their presence and username
|
||||||
* known.
|
* known.
|
||||||
|
*
|
||||||
|
* This will NOT contain many attributes relating to the player which are filled
|
||||||
|
* in after authentication with Mojang's servers. Examples of attributes which
|
||||||
|
* are not available include their UUID.
|
||||||
*/
|
*/
|
||||||
@Data
|
@Data
|
||||||
@ToString(callSuper = false)
|
@ToString(callSuper = false)
|
||||||
|
Loading…
Reference in New Issue
Block a user