Class LoginEvent
java.lang.Object
com.welcome234.pluginsystem.events.LoginEvent
Called when a player authenticates to the server
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the player who has authenticatedbooleanGets whether the player has registered
-
Constructor Details
-
LoginEvent
-
-
Method Details
-
getPlayer
Gets the player who has authenticated- Returns:
- Player instance
-
isRegister
public boolean isRegister()Gets whether the player has registered- Returns:
- Whether registered
-