Class AutoCastSpellEvent.State
- java.lang.Object
-
- net.eternalclient.api.events.magic.AutoCastSpellEvent.State
-
- Enclosing class:
- AutoCastSpellEvent
public class AutoCastSpellEvent.State extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description int
AUTO_CAST_PARENT
boolean
defensive
AutoCastSpellEvent
instance
Spell
spell
-
Constructor Summary
Constructors Constructor Description State()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getAUTO_CAST_PARENT()
AutoCastSpellEvent
getInstance()
Spell
getSpell()
boolean
isDefensive()
void
setAUTO_CAST_PARENT(int AUTO_CAST_PARENT)
void
setDefensive(boolean defensive)
void
setInstance(AutoCastSpellEvent instance)
void
setSpell(Spell spell)
-
-
-
Field Detail
-
instance
public AutoCastSpellEvent instance
-
spell
public Spell spell
-
defensive
public boolean defensive
-
AUTO_CAST_PARENT
public int AUTO_CAST_PARENT
-
-
Method Detail
-
getInstance
public AutoCastSpellEvent getInstance()
-
getSpell
public Spell getSpell()
-
isDefensive
public boolean isDefensive()
-
getAUTO_CAST_PARENT
public int getAUTO_CAST_PARENT()
-
setInstance
public void setInstance(AutoCastSpellEvent instance)
-
setSpell
public void setSpell(Spell spell)
-
setDefensive
public void setDefensive(boolean defensive)
-
setAUTO_CAST_PARENT
public void setAUTO_CAST_PARENT(int AUTO_CAST_PARENT)
-
-