Package com.sucy.skill.api.classes
Class RPGClass
java.lang.Object
com.sucy.skill.api.classes.RPGClass
Deprecated, for removal: This API element is subject to removal in a future version.
Represents a class in the RPG system
-
Constructor Summary
ConstructorsConstructorDescriptionRPGClass
(FabledClass root) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionvoid
Deprecated, for removal: This API element is subject to removal in a future version.void
Deprecated, for removal: This API element is subject to removal in a future version.void
allowExpSource
(ExpSource source) Deprecated, for removal: This API element is subject to removal in a future version.void
arrange()
Deprecated, for removal: This API element is subject to removal in a future version.boolean
canStartCombo
(Click click, org.bukkit.inventory.ItemStack itemStack) Deprecated, for removal: This API element is subject to removal in a future version.boolean
canUse
(org.bukkit.Material type) Deprecated, for removal: This API element is subject to removal in a future version.void
disallowExpSource
(ExpSource source) Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.int
getAttribute
(String key, int level) Deprecated, for removal: This API element is subject to removal in a future version.double
Deprecated, for removal: This API element is subject to removal in a future version.double
Deprecated, for removal: This API element is subject to removal in a future version.getGroup()
Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.double
getHealth
(int level) Deprecated, for removal: This API element is subject to removal in a future version.double
Deprecated, for removal: This API element is subject to removal in a future version.org.bukkit.inventory.ItemStack
getIcon()
Deprecated, for removal: This API element is subject to removal in a future version.org.bukkit.inventory.ItemStack
getIcon
(PlayerData playerData) Deprecated, for removal: This API element is subject to removal in a future version.double
getMana
(int level) Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.double
Deprecated, for removal: This API element is subject to removal in a future version.double
Deprecated, for removal: This API element is subject to removal in a future version.int
Deprecated, for removal: This API element is subject to removal in a future version.getName()
Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.org.bukkit.ChatColor
Deprecated, for removal: This API element is subject to removal in a future version.int
getRequiredExp
(int level) Deprecated, for removal: This API element is subject to removal in a future version.getRoot()
Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.getSkills
(boolean includeParents) Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.org.bukkit.inventory.ItemStack
Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.boolean
Deprecated, for removal: This API element is subject to removal in a future version.boolean
Deprecated, for removal: This API element is subject to removal in a future version.boolean
Deprecated, for removal: This API element is subject to removal in a future version.boolean
isAllowed
(org.bukkit.entity.Player player) Deprecated, for removal: This API element is subject to removal in a future version.void
load
(studio.magemonkey.codex.mccore.config.parse.DataSection config) Deprecated, for removal: This API element is subject to removal in a future version.boolean
receivesExp
(ExpSource source) Deprecated, for removal: This API element is subject to removal in a future version.void
Deprecated, for removal: This API element is subject to removal in a future version.void
save
(studio.magemonkey.codex.mccore.config.parse.DataSection config) Deprecated, for removal: This API element is subject to removal in a future version.void
setActionBarText
(String actionBarText) Deprecated, for removal: This API element is subject to removal in a future version.void
setAllowedExpSources
(ExpSource... sources) Deprecated, for removal: This API element is subject to removal in a future version.void
setManaRegen
(double manaRegen) Deprecated, for removal: This API element is subject to removal in a future version.void
Deprecated, for removal: This API element is subject to removal in a future version.void
softSave
(studio.magemonkey.codex.mccore.config.parse.DataSection config) Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
RPGClass
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getWrapped
Deprecated, for removal: This API element is subject to removal in a future version. -
getName
Deprecated, for removal: This API element is subject to removal in a future version. -
getPrefix
Deprecated, for removal: This API element is subject to removal in a future version. -
setPrefix
Deprecated, for removal: This API element is subject to removal in a future version. -
getPrefixColor
public org.bukkit.ChatColor getPrefixColor()Deprecated, for removal: This API element is subject to removal in a future version. -
getSkillTree
Deprecated, for removal: This API element is subject to removal in a future version. -
getGroup
Deprecated, for removal: This API element is subject to removal in a future version. -
getGroupSettings
Deprecated, for removal: This API element is subject to removal in a future version. -
hasParent
public boolean hasParent()Deprecated, for removal: This API element is subject to removal in a future version. -
getParent
Deprecated, for removal: This API element is subject to removal in a future version. -
getRoot
Deprecated, for removal: This API element is subject to removal in a future version. -
getIcon
public org.bukkit.inventory.ItemStack getIcon()Deprecated, for removal: This API element is subject to removal in a future version. -
getSkillMap
Deprecated, for removal: This API element is subject to removal in a future version. -
getIcon
Deprecated, for removal: This API element is subject to removal in a future version. -
isAllowed
public boolean isAllowed(org.bukkit.entity.Player player) Deprecated, for removal: This API element is subject to removal in a future version. -
getToolIcon
public org.bukkit.inventory.ItemStack getToolIcon()Deprecated, for removal: This API element is subject to removal in a future version. -
getActionBarText
Deprecated, for removal: This API element is subject to removal in a future version. -
setActionBarText
Deprecated, for removal: This API element is subject to removal in a future version. -
hasActionBarText
public boolean hasActionBarText()Deprecated, for removal: This API element is subject to removal in a future version. -
receivesExp
Deprecated, for removal: This API element is subject to removal in a future version. -
getMaxLevel
public int getMaxLevel()Deprecated, for removal: This API element is subject to removal in a future version. -
getRequiredExp
public int getRequiredExp(int level) Deprecated, for removal: This API element is subject to removal in a future version. -
getHealth
public double getHealth(int level) Deprecated, for removal: This API element is subject to removal in a future version. -
getBaseHealth
public double getBaseHealth()Deprecated, for removal: This API element is subject to removal in a future version. -
getHealthScale
public double getHealthScale()Deprecated, for removal: This API element is subject to removal in a future version. -
getMana
public double getMana(int level) Deprecated, for removal: This API element is subject to removal in a future version. -
getBaseMana
public double getBaseMana()Deprecated, for removal: This API element is subject to removal in a future version. -
getManaScale
public double getManaScale()Deprecated, for removal: This API element is subject to removal in a future version. -
getAttribute
Deprecated, for removal: This API element is subject to removal in a future version. -
getSettings
Deprecated, for removal: This API element is subject to removal in a future version. -
getManaName
Deprecated, for removal: This API element is subject to removal in a future version. -
getSkills
Deprecated, for removal: This API element is subject to removal in a future version. -
getSkills
Deprecated, for removal: This API element is subject to removal in a future version. -
hasManaRegen
public boolean hasManaRegen()Deprecated, for removal: This API element is subject to removal in a future version. -
getManaRegen
public double getManaRegen()Deprecated, for removal: This API element is subject to removal in a future version. -
setManaRegen
public void setManaRegen(double manaRegen) Deprecated, for removal: This API element is subject to removal in a future version. -
getOptions
Deprecated, for removal: This API element is subject to removal in a future version. -
canUse
public boolean canUse(org.bukkit.Material type) Deprecated, for removal: This API element is subject to removal in a future version. -
addSkill
Deprecated, for removal: This API element is subject to removal in a future version. -
addSkills
Deprecated, for removal: This API element is subject to removal in a future version. -
setAllowedExpSources
Deprecated, for removal: This API element is subject to removal in a future version. -
allowExpSource
Deprecated, for removal: This API element is subject to removal in a future version. -
disallowExpSource
Deprecated, for removal: This API element is subject to removal in a future version. -
save
public void save(studio.magemonkey.codex.mccore.config.parse.DataSection config) Deprecated, for removal: This API element is subject to removal in a future version. -
softSave
public void softSave(studio.magemonkey.codex.mccore.config.parse.DataSection config) Deprecated, for removal: This API element is subject to removal in a future version. -
load
public void load(studio.magemonkey.codex.mccore.config.parse.DataSection config) Deprecated, for removal: This API element is subject to removal in a future version. -
reloadSkillTree
public void reloadSkillTree()Deprecated, for removal: This API element is subject to removal in a future version. -
arrange
public void arrange()Deprecated, for removal: This API element is subject to removal in a future version. -
canStartCombo
Deprecated, for removal: This API element is subject to removal in a future version.
-
FabledClass
instead