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 TypeMethodDescriptionvoidPlayerExperienceGainEvent.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 TypeMethodDescriptionvoidPlayerData.addSkill(Skill skill, PlayerClass parent) Deprecated, for removal: This API element is subject to removal in a future version.voidPlayerData.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.booleanPlayerData.canProfess(PlayerClass playerClass) Deprecated, for removal: This API element is subject to removal in a future version.voidPlayerData.giveSkill(Skill skill, PlayerClass parent) Deprecated, for removal: This API element is subject to removal in a future version.booleanPlayerData.isClass(PlayerClass playerClass) Deprecated, for removal: This API element is subject to removal in a future version.booleanPlayerData.showSkills(org.bukkit.entity.Player player, PlayerClass playerClass) Deprecated, for removal: This API element is subject to removal in a future version.