Class AutoCastSpellEvent.State

  • Enclosing class:
    AutoCastSpellEvent

    public class AutoCastSpellEvent.State
    extends java.lang.Object
    • Field Detail

      • spell

        public Spell spell
      • defensive

        public boolean defensive
      • AUTO_CAST_PARENT

        public int AUTO_CAST_PARENT
    • Constructor Detail

      • State

        public State()
    • Method Detail

      • getSpell

        public Spell getSpell()
      • isDefensive

        public boolean isDefensive()
      • getAUTO_CAST_PARENT

        public int getAUTO_CAST_PARENT()
      • setSpell

        public void setSpell​(Spell spell)
      • setDefensive

        public void setDefensive​(boolean defensive)
      • setAUTO_CAST_PARENT

        public void setAUTO_CAST_PARENT​(int AUTO_CAST_PARENT)