Package net.runelite.api.gameval
Class InterfaceID.TrekFollowerInv
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.TrekFollowerInv
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.TrekFollowerInv extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
INSTRUCTION_TEXT
static int
INVENTORY
static int
INVENTORY_OVERLAY
static int
SPACE_LEFT
static int
SPACE_LEFT_TEXT
static int
UNIVERSE
-
Constructor Summary
Constructors Constructor Description TrekFollowerInv()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
INVENTORY
public static final int INVENTORY
- See Also:
- Constant Field Values
-
INVENTORY_OVERLAY
public static final int INVENTORY_OVERLAY
- See Also:
- Constant Field Values
-
SPACE_LEFT
public static final int SPACE_LEFT
- See Also:
- Constant Field Values
-
SPACE_LEFT_TEXT
public static final int SPACE_LEFT_TEXT
- See Also:
- Constant Field Values
-
INSTRUCTION_TEXT
public static final int INSTRUCTION_TEXT
- See Also:
- Constant Field Values
-
-