Uses of Class
com.sucy.skill.api.player.PlayerAccounts
Packages that use PlayerAccounts
-
Uses of PlayerAccounts in com.sucy.skill
Methods in com.sucy.skill that return PlayerAccountsModifier and TypeMethodDescriptionstatic PlayerAccountsSkillAPI.getPlayerAccountData(org.bukkit.OfflinePlayer player) Retrieves all class data for the player.static PlayerAccountsSkillAPI.loadPlayerData(org.bukkit.OfflinePlayer player) Loads the data for a player when they join the server.Methods in com.sucy.skill that return types with arguments of type PlayerAccountsModifier and TypeMethodDescriptionstatic HashMap<String,PlayerAccounts> SkillAPI.getPlayerAccountData()Retrieves all the player data of SkillAPI. -
Uses of PlayerAccounts in com.sucy.skill.api.event
Methods in com.sucy.skill.api.event that return PlayerAccountsConstructors in com.sucy.skill.api.event with parameters of type PlayerAccountsModifierConstructorDescriptionPlayerAccountChangeEvent(PlayerAccounts accounts, int prevId, int newId) Constructor -
Uses of PlayerAccounts in com.sucy.skill.data.io
Methods in com.sucy.skill.data.io that return PlayerAccountsModifier and TypeMethodDescriptionprotected PlayerAccountsIOManager.load(org.bukkit.OfflinePlayer player, mc.promcteam.engine.mccore.config.parse.DataSection file) Loads data from the DataSection for the given playerConfigIO.loadData(org.bukkit.OfflinePlayer player) Loads data for the given playerabstract PlayerAccountsIOManager.loadData(org.bukkit.OfflinePlayer player) Loads data for the playerSQLIO.loadData(org.bukkit.OfflinePlayer player) Methods in com.sucy.skill.data.io that return types with arguments of type PlayerAccountsModifier and TypeMethodDescriptionConfigIO.loadAll()abstract HashMap<String,PlayerAccounts> IOManager.loadAll()Loads player data for all online playersSQLIO.loadAll()Methods in com.sucy.skill.data.io with parameters of type PlayerAccountsModifier and TypeMethodDescriptionprotected mc.promcteam.engine.mccore.config.parse.DataSectionIOManager.save(PlayerAccounts data) voidConfigIO.saveData(PlayerAccounts data) Saves player data to the configabstract voidIOManager.saveData(PlayerAccounts data) Saves the player's datavoidSQLIO.saveData(PlayerAccounts data)