Package dev.twilite.game.facade
Interface Spell
- All Known Implementing Classes:
Spell.Ancient,Spell.Arceuus,Spell.Lunar,Spell.Modern
public interface Spell
A spellbook entry with its backing config item and packed spellbook component id.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enumAncient spellbook spells.static enumArceuus spellbook spells.static enumLunar spellbook spells.static enumStandard spellbook spells. -
Method Summary
-
Method Details
-
book
Magic.Book book() -
levelRequired
int levelRequired() -
componentId
int componentId() -
configItem
int configItem() -
autocastId
default int autocastId() -
displayName
-
definition
-