Package net.eternalclient.api.events
Class ToggleRunEvent.State
- java.lang.Object
-
- net.eternalclient.api.events.ToggleRunEvent.State
-
- Enclosing class:
- ToggleRunEvent
public class ToggleRunEvent.State extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description ToggleRunEvent
instance
boolean
on
-
Constructor Summary
Constructors Constructor Description State()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ToggleRunEvent
getInstance()
boolean
isOn()
void
setInstance(ToggleRunEvent instance)
void
setOn(boolean on)
-
-
-
Field Detail
-
instance
public ToggleRunEvent instance
-
on
public boolean on
-
-
Method Detail
-
getInstance
public ToggleRunEvent getInstance()
-
isOn
public boolean isOn()
-
setInstance
public void setInstance(ToggleRunEvent instance)
-
setOn
public void setOn(boolean on)
-
-