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 TypeMethodDescriptionint
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
isLoaded()
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.
-
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.
-