Package rs.kreme.ksbot.api.game.magic
Interface Spell
-
- All Known Implementing Classes:
SpellBook.Ancient
,SpellBook.Lunar
,SpellBook.Necromancy
,SpellBook.Standard
public interface Spell
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description boolean
canCast()
default void
cast()
default void
castOn(java.lang.Object interactable)
int
getLevel()
KSWidget
getWidget()
-