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 intbindVarpbitKeybindinstance
-
Constructor Summary
Constructors Constructor Description State()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetBindVarpbit()KeybindgetInstance()voidsetBindVarpbit(int bindVarpbit)voidsetInstance(Keybind instance)
-
-
-
Field Detail
-
instance
public Keybind instance
-
bindVarpbit
public int bindVarpbit
-
-