Class PlayerAccounts

java.lang.Object
com.sucy.skill.api.player.PlayerAccounts

@Deprecated(forRemoval=true) public class PlayerAccounts extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    int
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    getData(int id)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    getData(int id, org.bukkit.OfflinePlayer player, boolean initialize)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    org.bukkit.OfflinePlayer
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    org.bukkit.entity.Player
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    boolean
    hasData(int id)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    boolean
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    isLoaded(boolean loaded)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setAccount(int id)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setAccount(int id, boolean apply)
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • PlayerAccounts

      public PlayerAccounts(PlayerAccounts _accounts)
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • getActiveId

      public int getActiveId()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getActiveData

      public PlayerData getActiveData()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getPlayer

      public org.bukkit.entity.Player getPlayer()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getOfflinePlayer

      public org.bukkit.OfflinePlayer getOfflinePlayer()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getPlayerName

      public String getPlayerName()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getAccountLimit

      public int getAccountLimit()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • hasData

      public boolean hasData(int id)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getData

      public PlayerData getData(int id)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getData

      public PlayerData getData(int id, org.bukkit.OfflinePlayer player, boolean initialize)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getAllData

      public HashMap<Integer,PlayerData> getAllData()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setAccount

      public void setAccount(int id)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setAccount

      public void setAccount(int id, boolean apply)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • isLoaded

      public boolean isLoaded()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • isLoaded

      public void isLoaded(boolean loaded)
      Deprecated, for removal: This API element is subject to removal in a future version.