Class Keybind.State
- java.lang.Object
-
- net.eternalclient.api.wrappers.tabs.keybinds.Keybind.State
-
- Enclosing class:
- Keybind
public class Keybind.State extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description int
bindVarpbit
Keybind
instance
-
Constructor Summary
Constructors Constructor Description State()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getBindVarpbit()
Keybind
getInstance()
void
setBindVarpbit(int bindVarpbit)
void
setInstance(Keybind instance)
-
-
-
Field Detail
-
instance
public Keybind instance
-
bindVarpbit
public int bindVarpbit
-
-