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 intAUTO_CAST_PARENTbooleandefensiveAutoCastSpellEventinstanceSpellspell
-
Constructor Summary
Constructors Constructor Description State()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetAUTO_CAST_PARENT()AutoCastSpellEventgetInstance()SpellgetSpell()booleanisDefensive()voidsetAUTO_CAST_PARENT(int AUTO_CAST_PARENT)voidsetDefensive(boolean defensive)voidsetInstance(AutoCastSpellEvent instance)voidsetSpell(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)
-
-