Skill

public enum Skill

A skill listed in the skills tab

Entries

FARMING
Link copied to clipboard
FARMING
WOODCUTTING
Link copied to clipboard
WOODCUTTING
FIREMAKING
Link copied to clipboard
FIREMAKING
COOKING
Link copied to clipboard
COOKING
FISHING
Link copied to clipboard
FISHING
SMITHING
Link copied to clipboard
SMITHING
MINING
Link copied to clipboard
MINING
HUNTER
Link copied to clipboard
HUNTER
SLAYER
Link copied to clipboard
SLAYER
FLETCHING
Link copied to clipboard
FLETCHING
CRAFTING
Link copied to clipboard
CRAFTING
THIEVING
Link copied to clipboard
THIEVING
HERBLORE
Link copied to clipboard
HERBLORE
AGILITY
Link copied to clipboard
AGILITY
HITPOINTS
Link copied to clipboard
HITPOINTS
CONSTRUCTION
Link copied to clipboard
CONSTRUCTION
RUNECRAFT
Link copied to clipboard
RUNECRAFT
MAGIC
Link copied to clipboard
MAGIC
PRAYER
Link copied to clipboard
PRAYER
RANGED
Link copied to clipboard
RANGED
DEFENCE
Link copied to clipboard
DEFENCE
STRENGTH
Link copied to clipboard
STRENGTH
ATTACK
Link copied to clipboard
ATTACK

Functions

getActualLevel
Link copied to clipboard
int getActualLevel()
Gets the actual skill level based on exp, not including boosts/stat changes
getCurrentLevel
Link copied to clipboard
int getCurrentLevel()
Gets the current skill level, accounting for boosts/stat changes
getCurrentXpToNextLevel
Link copied to clipboard
int getCurrentXpToNextLevel()
Gets the exp needed to reach the next level
getTotalXpToNextLevel
Link copied to clipboard
int getTotalXpToNextLevel()
Gets the total exp to the next level (the exp for the next level - the exp for the current level)
getXp
Link copied to clipboard
int getXp()
Gets the current exp gained in this skill
getXpPercentToNextLevel
Link copied to clipboard
int getXpPercentToNextLevel()
Gets the percent until the next level
hover
Link copied to clipboard
boolean hover()
Hovers the skill in the skills tab
isMembersOnly
Link copied to clipboard
boolean isMembersOnly()
valueOf
Link copied to clipboard
static Skill valueOf(String name)
values
Link copied to clipboard
static Array<Skillvalues()