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 ClassesModifier and TypeInterfaceDescriptionstatic enumstatic enumstatic enumstatic enumstatic enum -
Method Summary
Modifier and TypeMethodDescriptionintgetBook()intdoubleintintdefault StringgetName()default WidgetChildgetWidgetChild(APIContext ctx)
-
Method Details
-
getBook
Spell.Book getBook() -
getLevelRequired
int getLevelRequired() -
getExperience
double getExperience() -
getMaxHit
int getMaxHit() -
getSpellName
String getSpellName() -
getAutoCastVar
int getAutoCastVar() -
getDisabledMaterialId
int getDisabledMaterialId() -
getName
-