Class Tab.State
- java.lang.Object
-
- net.eternalclient.api.wrappers.tabs.Tab.State
-
- Enclosing class:
- Tab
public class Tab.State extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description intclassicIndexintfixedIndexTabinstanceKeybindkeybindintresizeableIndexintvarClientIntValue
-
Constructor Summary
Constructors Constructor Description State()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetClassicIndex()intgetFixedIndex()TabgetInstance()KeybindgetKeybind()intgetResizeableIndex()intgetVarClientIntValue()voidsetClassicIndex(int classicIndex)voidsetFixedIndex(int fixedIndex)voidsetInstance(Tab instance)voidsetKeybind(Keybind keybind)voidsetResizeableIndex(int resizeableIndex)voidsetVarClientIntValue(int varClientIntValue)
-
-
-
Method Detail
-
getInstance
public Tab getInstance()
-
getKeybind
public Keybind getKeybind()
-
getFixedIndex
public int getFixedIndex()
-
getClassicIndex
public int getClassicIndex()
-
getResizeableIndex
public int getResizeableIndex()
-
getVarClientIntValue
public int getVarClientIntValue()
-
setInstance
public void setInstance(Tab instance)
-
setKeybind
public void setKeybind(Keybind keybind)
-
setFixedIndex
public void setFixedIndex(int fixedIndex)
-
setClassicIndex
public void setClassicIndex(int classicIndex)
-
setResizeableIndex
public void setResizeableIndex(int resizeableIndex)
-
setVarClientIntValue
public void setVarClientIntValue(int varClientIntValue)
-
-