Package org.dreambot.api.methods.cs2
Class VarClientInt
- java.lang.Object
-
- org.dreambot.api.methods.cs2.VarClientInt
-
public class VarClientInt extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
INPUT_TYPE
static int
INVENTORY_TAB
static int
MEMBERSHIP_STATUS
static int
TOOLTIP_TIMEOUT
static int
TOOLTIP_VISIBLE
-
Constructor Summary
Constructors Constructor Description VarClientInt()
-
-
-
Field Detail
-
TOOLTIP_TIMEOUT
public static final int TOOLTIP_TIMEOUT
- See Also:
- Constant Field Values
-
TOOLTIP_VISIBLE
public static final int TOOLTIP_VISIBLE
- See Also:
- Constant Field Values
-
INPUT_TYPE
public static final int INPUT_TYPE
- See Also:
- Constant Field Values
-
MEMBERSHIP_STATUS
public static final int MEMBERSHIP_STATUS
- See Also:
- Constant Field Values
-
INVENTORY_TAB
public static final int INVENTORY_TAB
- See Also:
- Constant Field Values
-
-