Uses of Class
studio.magemonkey.fabled.api.player.PlayerSkill
Packages that use PlayerSkill
Package
Description
-
Uses of PlayerSkill in com.sucy.skill
Methods in com.sucy.skill with parameters of type PlayerSkillModifier and TypeMethodDescriptionstatic booleanSkillAPI.isSkillRegistered(PlayerSkill skill) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of PlayerSkill in com.sucy.skill.api.event
Constructors in com.sucy.skill.api.event with parameters of type PlayerSkillModifierConstructorDescriptionPlayerSkillDowngradeEvent(PlayerData playerData, PlayerSkill downgradedSkill, int refund) Deprecated, for removal: This API element is subject to removal in a future version.ConstructorPlayerSkillUnlockEvent(PlayerData playerData, PlayerSkill unlockedSkill) Deprecated, for removal: This API element is subject to removal in a future version.ConstructorPlayerSkillUpgradeEvent(PlayerData playerData, PlayerSkill upgradedSkill, int cost) Deprecated, for removal: This API element is subject to removal in a future version.Constructor -
Uses of PlayerSkill in com.sucy.skill.api.player
Methods in com.sucy.skill.api.player that return PlayerSkillModifier and TypeMethodDescriptionPlayerSkill.getWrapped()Deprecated, for removal: This API element is subject to removal in a future version.Constructors in com.sucy.skill.api.player with parameters of type PlayerSkillModifierConstructorDescriptionPlayerSkill(PlayerSkill _skill) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of PlayerSkill in studio.magemonkey.fabled
Methods in studio.magemonkey.fabled with parameters of type PlayerSkillModifier and TypeMethodDescriptionstatic booleanFabled.isSkillRegistered(PlayerSkill skill) Checks whether a skill is registered -
Uses of PlayerSkill in studio.magemonkey.fabled.api.event
Methods in studio.magemonkey.fabled.api.event that return PlayerSkillModifier and TypeMethodDescriptionPlayerSkillDowngradeEvent.getDowngradedSkill()PlayerCastSkillEvent.getSkill()PlayerSkillCastFailedEvent.getSkill()PlayerSkillUnlockEvent.getUnlockedSkill()PlayerSkillUpgradeEvent.getUpgradedSkill()Methods in studio.magemonkey.fabled.api.event with parameters of type PlayerSkillModifier and TypeMethodDescriptionstatic booleanPlayerSkillCastFailedEvent.invoke(PlayerSkill skill, PlayerSkillCastFailedEvent.Cause cause) Constructors in studio.magemonkey.fabled.api.event with parameters of type PlayerSkillModifierConstructorDescriptionPlayerCastSkillEvent(PlayerData playerData, PlayerSkill skill, org.bukkit.entity.Player player) PlayerSkillDowngradeEvent(PlayerData playerData, PlayerSkill downgradedSkill, int refund) ConstructorPlayerSkillUnlockEvent(PlayerData playerData, PlayerSkill unlockedSkill) ConstructorPlayerSkillUpgradeEvent(PlayerData playerData, PlayerSkill upgradedSkill, int cost) Constructor -
Uses of PlayerSkill in studio.magemonkey.fabled.api.player
Methods in studio.magemonkey.fabled.api.player that return PlayerSkillModifier and TypeMethodDescriptionPlayerData.getBoundSkill(org.bukkit.Material mat) Deprecated.Retrieves a skill of the owner by name.Methods in studio.magemonkey.fabled.api.player that return types with arguments of type PlayerSkillModifier and TypeMethodDescriptionHashMap<org.bukkit.Material, PlayerSkill> PlayerData.getBinds()Deprecated.PlayerData.getSkills()Retrieves all of the skill data the player has.Methods in studio.magemonkey.fabled.api.player with parameters of type PlayerSkillModifier and TypeMethodDescriptionvoidPlayerSkillBar.assign(PlayerSkill skill, int slot) Assigns the skill to the slotbooleanPlayerData.bind(org.bukkit.Material mat, PlayerSkill skill) Deprecated.booleanPlayerData.cast(PlayerSkill skill) Casts a skill for the player.booleanPlayerData.check(PlayerSkill skill, boolean cooldown, boolean mana) Checks the cooldown and mana requirements for a skillvoidPlayerData.forceDownSkill(PlayerSkill skill) Forcefully downgrades a skill, not letting other plugins stop it and ignoring any skill requirements to do so.voidPlayerData.forceDownSkill(PlayerSkill skill, int amount) voidPlayerData.forceUpSkill(PlayerSkill skill) Forcefully upgrades a skill, not letting other plugins cancel it and ignoring any requirements to do sovoidPlayerData.forceUpSkill(PlayerSkill skill, int amount) voidPlayerData.refundSkill(PlayerSkill skill) Refunds a skill for the player, resetting it down to level 0 and giving back any invested skill points.voidPlayerSkillBar.unlock(PlayerSkill skill) Adds an unlocked skill to the skill barvoidPlayerSkillSlot.unlock(PlayerSkill skill) Adds a skill to the available skills, if castable -
Uses of PlayerSkill in studio.magemonkey.fabled.api.skills
Methods in studio.magemonkey.fabled.api.skills with parameters of type PlayerSkillModifier and TypeMethodDescriptionorg.bukkit.inventory.ItemStackSkill.getIndicator(PlayerSkill skillData, boolean brief) Retrieves the indicator for the skill while applying filters to match the player-specific data. -
Uses of PlayerSkill in studio.magemonkey.fabled.cast
Methods in studio.magemonkey.fabled.cast with parameters of type PlayerSkillModifier and TypeMethodDescriptionvoidPlayerCastBars.unlock(PlayerSkill skill) Adds an unlocked skill to the skill bars -
Uses of PlayerSkill in studio.magemonkey.fabled.dynamic
Methods in studio.magemonkey.fabled.dynamic that return PlayerSkillModifier and TypeMethodDescriptionprotected PlayerSkillEffectComponent.getSkillData(org.bukkit.entity.LivingEntity caster) Gets the skill data for the caster -
Uses of PlayerSkill in studio.magemonkey.fabled.gui.map
Methods in studio.magemonkey.fabled.gui.map that return PlayerSkillModifier and TypeMethodDescriptionstatic PlayerSkillSkillListMenu.getSkill(org.bukkit.entity.Player player) Gets the selected skill of a player -
Uses of PlayerSkill in studio.magemonkey.fabled.listener
Methods in studio.magemonkey.fabled.listener that return types with arguments of type PlayerSkillModifier and TypeMethodDescriptionstatic List<PlayerSkill> BindListener.getBoundSkills(org.bukkit.inventory.ItemStack itemStack, PlayerData playerData)
Fabled.isSkillRegistered(PlayerSkill)