Interface Spell

All Known Implementing Classes:
Spell.Ancient, Spell.Arceuus, Spell.Lunar, Spell.Modern

public interface Spell
  • Method Details

    • 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()