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