Package net.runelite.api.gameval
Class InterfaceID.GeCollect
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.GeCollect
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.GeCollect extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
COLLECT_0
static int
COLLECT_1
static int
COLLECT_2
static int
COLLECT_3
static int
COLLECT_4
static int
COLLECT_5
static int
COLLECT_6
static int
COLLECT_7
static int
COLLECT_BANK
static int
COLLECT_INV
static int
CONTAINER
static int
FRAME
static int
TOOLTIP
static int
UNIVERSE
-
Constructor Summary
Constructors Constructor Description GeCollect()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
CONTAINER
public static final int CONTAINER
- See Also:
- Constant Field Values
-
FRAME
public static final int FRAME
- See Also:
- Constant Field Values
-
COLLECT_INV
public static final int COLLECT_INV
- See Also:
- Constant Field Values
-
COLLECT_BANK
public static final int COLLECT_BANK
- See Also:
- Constant Field Values
-
COLLECT_0
public static final int COLLECT_0
- See Also:
- Constant Field Values
-
COLLECT_1
public static final int COLLECT_1
- See Also:
- Constant Field Values
-
COLLECT_2
public static final int COLLECT_2
- See Also:
- Constant Field Values
-
COLLECT_3
public static final int COLLECT_3
- See Also:
- Constant Field Values
-
COLLECT_4
public static final int COLLECT_4
- See Also:
- Constant Field Values
-
COLLECT_5
public static final int COLLECT_5
- See Also:
- Constant Field Values
-
COLLECT_6
public static final int COLLECT_6
- See Also:
- Constant Field Values
-
COLLECT_7
public static final int COLLECT_7
- See Also:
- Constant Field Values
-
TOOLTIP
public static final int TOOLTIP
- See Also:
- Constant Field Values
-
-