Uses of Class
com.sucy.skill.api.player.PlayerSkill
Packages that use PlayerSkill
-
Uses of PlayerSkill in com.sucy.skill.api.event
Methods in com.sucy.skill.api.event that return PlayerSkillModifier and TypeMethodDescriptionPlayerSkillDowngradeEvent.getDowngradedSkill()
Deprecated, for removal: This API element is subject to removal in a future version.PlayerSkillUnlockEvent.getUnlockedSkill()
Deprecated, for removal: This API element is subject to removal in a future version.PlayerSkillUpgradeEvent.getUpgradedSkill()
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of PlayerSkill in com.sucy.skill.api.player
Methods in com.sucy.skill.api.player that return PlayerSkillModifier and TypeMethodDescriptionPlayerData.getBoundSkill
(org.bukkit.Material mat) Deprecated.Deprecated, for removal: This API element is subject to removal in a future version.Methods in com.sucy.skill.api.player that return types with arguments of type PlayerSkillModifier and TypeMethodDescriptionHashMap
<org.bukkit.Material, PlayerSkill> PlayerData.getBinds()
Deprecated.PlayerData.getSkills()
Deprecated, for removal: This API element is subject to removal in a future version.Methods in com.sucy.skill.api.player with parameters of type PlayerSkillModifier and TypeMethodDescriptionboolean
PlayerData.bind
(org.bukkit.Material mat, PlayerSkill skill) Deprecated.boolean
PlayerData.cast
(PlayerSkill skill) Deprecated, for removal: This API element is subject to removal in a future version.boolean
PlayerData.check
(PlayerSkill skill, boolean cooldown, boolean mana) Deprecated, for removal: This API element is subject to removal in a future version.void
PlayerData.forceDownSkill
(PlayerSkill skill) Deprecated, for removal: This API element is subject to removal in a future version.void
PlayerData.forceDownSkill
(PlayerSkill skill, int amount) Deprecated, for removal: This API element is subject to removal in a future version.void
PlayerData.forceUpSkill
(PlayerSkill skill) Deprecated, for removal: This API element is subject to removal in a future version.void
PlayerData.forceUpSkill
(PlayerSkill skill, int amount) Deprecated, for removal: This API element is subject to removal in a future version.org.bukkit.inventory.ItemStack
Skill.getIndicator
(PlayerSkill skillData) Deprecated, for removal: This API element is subject to removal in a future version.org.bukkit.inventory.ItemStack
Skill.getIndicator
(PlayerSkill skillData, boolean brief) Deprecated, for removal: This API element is subject to removal in a future version.void
PlayerData.refundSkill
(PlayerSkill skill) Deprecated, for removal: This API element is subject to removal in a future version.
Skill.getIndicator(studio.magemonkey.fabled.api.player.PlayerSkill, boolean)
instead.