| add(int amount) | com.runehive.game.world.entity.skill.Skill | static |
| addExperience(double amount) | com.runehive.game.world.entity.skill.Skill | |
| addLevel(int amount) | com.runehive.game.world.entity.skill.Skill | |
| AGILITY | com.runehive.game.world.entity.skill.Skill | static |
| ATTACK | com.runehive.game.world.entity.skill.Skill | static |
| binarySearch(double experience, int min, int max) | com.runehive.game.world.entity.skill.Skill | privatestatic |
| clickButton(Player player, ClickButtonInteractionEvent event) | com.runehive.game.world.entity.skill.Skill | protected |
| clickItem(Player player, ItemInteractionEvent event) | com.runehive.game.world.entity.skill.Skill | protected |
| clickNpc(Player player, NpcInteractionEvent event) | com.runehive.game.world.entity.skill.Skill | protected |
| clickObject(Player player, ObjectInteractionEvent event) | com.runehive.content.skill.impl.woodcutting.Woodcutting | protected |
| CONSTRUCTION | com.runehive.game.world.entity.skill.Skill | static |
| COOKING | com.runehive.game.world.entity.skill.Skill | static |
| CRAFTING | com.runehive.game.world.entity.skill.Skill | static |
| DEFENCE | com.runehive.game.world.entity.skill.Skill | static |
| divide(double amount) | com.runehive.game.world.entity.skill.Skill | static |
| divideExperience(double amount) | com.runehive.game.world.entity.skill.Skill | |
| divideLevel(double amount) | com.runehive.game.world.entity.skill.Skill | |
| doingSkill | com.runehive.game.world.entity.skill.Skill | private |
| EXP_FOR_LEVEL | com.runehive.game.world.entity.skill.Skill | privatestatic |
| experience | com.runehive.game.world.entity.skill.Skill | private |
| FARMING | com.runehive.game.world.entity.skill.Skill | static |
| FIREMAKING | com.runehive.game.world.entity.skill.Skill | static |
| FISHING | com.runehive.game.world.entity.skill.Skill | static |
| FLETCHING | com.runehive.game.world.entity.skill.Skill | static |
| getBonus(Player player) | com.runehive.content.skill.impl.woodcutting.Woodcutting | static |
| getExperience() | com.runehive.game.world.entity.skill.Skill | |
| getExperienceForLevel(int level) | com.runehive.game.world.entity.skill.Skill | static |
| getLevel() | com.runehive.game.world.entity.skill.Skill | |
| getLevelForExperience(double experience) | com.runehive.game.world.entity.skill.Skill | static |
| getMaxLevel() | com.runehive.game.world.entity.skill.Skill | |
| getName(int skill) | com.runehive.game.world.entity.skill.Skill | static |
| getRoundedExperience() | com.runehive.game.world.entity.skill.Skill | |
| getSkill() | com.runehive.game.world.entity.skill.Skill | |
| HERBLORE | com.runehive.game.world.entity.skill.Skill | static |
| HITPOINTS | com.runehive.game.world.entity.skill.Skill | static |
| HUNTER | com.runehive.game.world.entity.skill.Skill | static |
| INTERFACE_DATA | com.runehive.game.world.entity.skill.Skill | static |
| isDoingSkill() | com.runehive.game.world.entity.skill.Skill | |
| itemContainerAction(Player player, ItemContainerInteractionEvent event) | com.runehive.game.world.entity.skill.Skill | protected |
| level | com.runehive.game.world.entity.skill.Skill | private |
| MAGIC | com.runehive.game.world.entity.skill.Skill | static |
| maxLevel | com.runehive.game.world.entity.skill.Skill | private |
| MINING | com.runehive.game.world.entity.skill.Skill | static |
| modifier() | com.runehive.game.world.entity.skill.Skill | protected |
| modifyExperience(Function< Double, Double > function) | com.runehive.game.world.entity.skill.Skill | |
| modifyExperience(Function< Double, Double > function, int lowerBounds, int upperBounds) | com.runehive.game.world.entity.skill.Skill | |
| modifyLevel(Function< Integer, Integer > function) | com.runehive.game.world.entity.skill.Skill | |
| modifyLevel(Function< Integer, Integer > function, int lowerBounds, int upperBounds) | com.runehive.game.world.entity.skill.Skill | |
| multiply(double amount) | com.runehive.game.world.entity.skill.Skill | static |
| multiplyExperience(double amount) | com.runehive.game.world.entity.skill.Skill | |
| multiplyLevel(double amount) | com.runehive.game.world.entity.skill.Skill | |
| onEvent(Player player, InteractionEvent interactionEvent) | com.runehive.game.world.entity.skill.Skill | |
| PRAYER | com.runehive.game.world.entity.skill.Skill | static |
| RANGED | com.runehive.game.world.entity.skill.Skill | static |
| removeExperience(double amount) | com.runehive.game.world.entity.skill.Skill | |
| removeLevel(int amount) | com.runehive.game.world.entity.skill.Skill | |
| reqLevel(int level) | com.runehive.game.world.entity.skill.Skill | |
| RUNECRAFTING | com.runehive.game.world.entity.skill.Skill | static |
| setDoingSkill(boolean doingSkill) | com.runehive.game.world.entity.skill.Skill | |
| setExperience(double experience) | com.runehive.game.world.entity.skill.Skill | |
| setLevel(int level) | com.runehive.game.world.entity.skill.Skill | |
| setMaxLevel(int maxLevel) | com.runehive.game.world.entity.skill.Skill | |
| Skill(int skill, int level, double experience) | com.runehive.game.world.entity.skill.Skill | |
| skill | com.runehive.game.world.entity.skill.Skill | private |
| SKILL_COUNT | com.runehive.game.world.entity.skill.Skill | static |
| SKILL_NAMES | com.runehive.game.world.entity.skill.Skill | privatestatic |
| SLAYER | com.runehive.game.world.entity.skill.Skill | static |
| SMITHING | com.runehive.game.world.entity.skill.Skill | static |
| stopwatch | com.runehive.game.world.entity.skill.Skill | |
| STRENGTH | com.runehive.game.world.entity.skill.Skill | static |
| subtract(int amount) | com.runehive.game.world.entity.skill.Skill | static |
| success(Player player, TreeData tree, AxeData axe) | com.runehive.content.skill.impl.woodcutting.Woodcutting | static |
| THIEVING | com.runehive.game.world.entity.skill.Skill | static |
| toString() | com.runehive.game.world.entity.skill.Skill | |
| TOTAL_SKILL_LEVEL | com.runehive.game.world.entity.skill.Skill | static |
| useItem(Player player, ItemOnItemInteractionEvent event) | com.runehive.game.world.entity.skill.Skill | protected |
| useItem(Player player, ItemOnObjectInteractionEvent event) | com.runehive.game.world.entity.skill.Skill | protected |
| WOODCUTTING | com.runehive.game.world.entity.skill.Skill | static |
| Woodcutting(int level, double experience) | com.runehive.content.skill.impl.woodcutting.Woodcutting | |