Interface PlayerInfo


public interface PlayerInfo
Basic information about a Player in uSkyBlock.
Since:
2.7.0
  • Method Details

    • getPlayer

      org.bukkit.entity.Player getPlayer()
    • getPlayerName

      String getPlayerName()
    • getUniqueId

      UUID getUniqueId()
    • getHasIsland

      boolean getHasIsland()
    • getIslandLocation

      org.bukkit.Location getIslandLocation()
    • getIslandNetherLocation

      org.bukkit.Location getIslandNetherLocation()
    • getHomeLocation

      org.bukkit.Location getHomeLocation()
    • getDisplayName

      String getDisplayName()
    • getChallenges

    • getBannedFrom

      List<String> getBannedFrom()
    • getTrustedOn

      List<String> getTrustedOn()
    • getIslandInfo

      IslandInfo getIslandInfo()