Package org.dreambot.api.methods.magic
Interface Spell
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getChild()
Rune[]
getCost()
int
getLevel()
int
getParent()
-
-
-
Method Detail
-
getLevel
int getLevel()
-
getParent
int getParent()
-
getChild
int getChild()
-
getCost
Rune[] getCost()
-
-