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 classSpell.Ancientstatic classSpell.Arceuusstatic classSpell.Lunarstatic classSpell.Modern
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description InterfaceAddressgetAddress()doublegetBaseExperience()intgetBaseMaxHit()Magic.BookgetBook()intgetDisabledMaterialId()default ItemDefinitiongetItemDefinition()intgetLevelRequired()default StringgetName()intgetSpellIndex()booleanisAutoCasted()
-
-
-
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()
-
getSpellIndex
int getSpellIndex()
-
getItemDefinition
default ItemDefinition getItemDefinition()
-
-