Interface PlayerLoadEvent

All Superinterfaces:
TabEvent

public interface PlayerLoadEvent extends TabEvent
Called when the player has been fully loaded by TAB.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the player that was loaded.
    boolean
    Returns true if player was loaded because they joined, false if the player was loaded because tab reload command was executed
  • 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