Package com.epicbot.api.shared.model
Interface Spell
-
- All Known Implementing Classes:
Spell.Ancient
,Spell.Arceuus
,Spell.Lunar
,Spell.Modern
public interface Spell
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
Spell.Ancient
static class
Spell.Arceuus
static class
Spell.Book
static class
Spell.Lunar
static class
Spell.Modern
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description int
getAutoCastVar()
Spell.Book
getBook()
int
getDisabledMaterialId()
double
getExperience()
int
getLevelRequired()
int
getMaxHit()
default java.lang.String
getName()
java.lang.String
getSpellName()
default WidgetChild
getWidgetChild(APIContext ctx)
-
-
-
Method Detail
-
getBook
Spell.Book getBook()
-
getLevelRequired
int getLevelRequired()
-
getExperience
double getExperience()
-
getMaxHit
int getMaxHit()
-
getSpellName
java.lang.String getSpellName()
-
getWidgetChild
default WidgetChild getWidgetChild(APIContext ctx)
-
getAutoCastVar
int getAutoCastVar()
-
getDisabledMaterialId
int getDisabledMaterialId()
-
getName
default java.lang.String getName()
-
-