Class CastSpellEvent.State
- java.lang.Object
-
- net.eternalclient.api.events.magic.CastSpellEvent.State
-
- Enclosing class:
- CastSpellEvent
public class CastSpellEvent.State extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.StringactionbooleancheckRunesCastSpellEventinstanceInteractionEventonSpellspell
-
Constructor Summary
Constructors Constructor Description State()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAction()CastSpellEventgetInstance()InteractionEventgetOn()SpellgetSpell()booleanisCheckRunes()voidsetAction(java.lang.String action)voidsetCheckRunes(boolean checkRunes)voidsetInstance(CastSpellEvent instance)voidsetOn(InteractionEvent on)voidsetSpell(Spell spell)
-
-
-
Field Detail
-
instance
public CastSpellEvent instance
-
spell
public Spell spell
-
action
public java.lang.String action
-
on
public InteractionEvent on
-
checkRunes
public boolean checkRunes
-
-
Method Detail
-
getInstance
public CastSpellEvent getInstance()
-
getSpell
public Spell getSpell()
-
getAction
public java.lang.String getAction()
-
getOn
public InteractionEvent getOn()
-
isCheckRunes
public boolean isCheckRunes()
-
setInstance
public void setInstance(CastSpellEvent instance)
-
setSpell
public void setSpell(Spell spell)
-
setAction
public void setAction(java.lang.String action)
-
setOn
public void setOn(InteractionEvent on)
-
setCheckRunes
public void setCheckRunes(boolean checkRunes)
-
-