Uses of Class
com.sucy.skill.api.player.PlayerClass
Packages that use PlayerClass
-
Uses of PlayerClass in com.sucy.skill.api.event
Methods in com.sucy.skill.api.event that return PlayerClassModifier and TypeMethodDescriptionPlayerClassChangeEvent.getPlayerClass()
Deprecated.PlayerExperienceGainEvent.getPlayerClass()
Deprecated.PlayerLevelUpEvent.getPlayerClass()
Methods in com.sucy.skill.api.event with parameters of type PlayerClassModifier and TypeMethodDescriptionvoid
PlayerExperienceGainEvent.setPlayerClass
(PlayerClass playerClass) Deprecated.Constructors in com.sucy.skill.api.event with parameters of type PlayerClassModifierConstructorDescriptionPlayerClassChangeEvent
(PlayerClass playerClass, RPGClass previousClass, RPGClass newClass) Deprecated.PlayerExperienceGainEvent
(PlayerClass playerClass, double amount, ExpSource source) Deprecated. -
Uses of PlayerClass in com.sucy.skill.api.player
Methods in com.sucy.skill.api.player that return PlayerClassModifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.PlayerData.getMainClass()
Deprecated, for removal: This API element is subject to removal in a future version.PlayerData.setClass
(FabledClass previous, FabledClass fabledClass, boolean reset) 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 PlayerClassModifier and TypeMethodDescriptionPlayerData.getClasses()
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 PlayerClassModifier and TypeMethodDescriptionvoid
PlayerData.addSkill
(Skill skill, PlayerClass parent) Deprecated, for removal: This API element is subject to removal in a future version.void
PlayerData.addSkillExternally
(Skill skill, PlayerClass parent, org.bukkit.NamespacedKey namespacedKey, int level) Deprecated, for removal: This API element is subject to removal in a future version.boolean
PlayerData.canProfess
(PlayerClass playerClass) Deprecated, for removal: This API element is subject to removal in a future version.void
PlayerData.giveSkill
(Skill skill, PlayerClass parent) Deprecated, for removal: This API element is subject to removal in a future version.boolean
PlayerData.isClass
(PlayerClass playerClass) Deprecated, for removal: This API element is subject to removal in a future version.boolean
PlayerData.showSkills
(org.bukkit.entity.Player player, PlayerClass playerClass) Deprecated, for removal: This API element is subject to removal in a future version.