Package me.neznamy.tab.api.event.player
Interface PlayerLoadEvent
- All Superinterfaces:
TabEvent
Called when the player has been fully loaded by TAB.
-
Method Summary
-
Method Details
-
getPlayer
TabPlayer getPlayer()Gets the player that was loaded.- Returns:
- the player that was loaded
-
isJoin
boolean isJoin()Returns true if player was loaded because they joined, false if the player was loaded because tab reload command was executed- Returns:
- true if player joined, false if plugin was reloaded
-