Package com.sucy.skill.api.player
Class PlayerAccounts
java.lang.Object
com.sucy.skill.api.player.PlayerAccounts
Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Summary
ConstructorsConstructorDescriptionPlayerAccounts(PlayerAccounts _accounts) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionintDeprecated, 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.intDeprecated, 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.OfflinePlayerDeprecated, for removal: This API element is subject to removal in a future version.org.bukkit.entity.PlayerDeprecated, 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.booleanhasData(int id) Deprecated, for removal: This API element is subject to removal in a future version.booleanisLoaded()Deprecated, for removal: This API element is subject to removal in a future version.voidisLoaded(boolean loaded) Deprecated, for removal: This API element is subject to removal in a future version.voidsetAccount(int id) Deprecated, for removal: This API element is subject to removal in a future version.voidsetAccount(int id, boolean apply) Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
PlayerAccounts
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
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
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
Deprecated, for removal: This API element is subject to removal in a future version. -
getData
Deprecated, for removal: This API element is subject to removal in a future version. -
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.
-