Package org.rspeer.game.component.tdi
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.Lunar
static class
Spell.Modern
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description InterfaceAddress
getAddress()
double
getBaseExperience()
int
getBaseMaxHit()
Magic.Book
getBook()
int
getDisabledMaterialId()
int
getLevelRequired()
default String
getName()
boolean
isAutoCasted()
-
-
-
Method Detail
-
getBook
Magic.Book getBook()
-
getLevelRequired
int getLevelRequired()
-
getAddress
InterfaceAddress getAddress()
-
getBaseExperience
double getBaseExperience()
-
getBaseMaxHit
int getBaseMaxHit()
-
getDisabledMaterialId
int getDisabledMaterialId()
-
getName
default String getName()
-
isAutoCasted
boolean isAutoCasted()
-
-