Package net.runelite.api.gameval
Class InterfaceID.TobMidwayStores
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.TobMidwayStores
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.TobMidwayStores extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
CONTENT
static int
CONTENT_MODEL0
static int
CONTENT_MODEL1
static int
CONTENT_MODEL2
static int
FRAME
static int
ITEMS
static int
POINTS_TEXT
static int
UNIVERSE
static int
VAMPYRE_NOTE
-
Constructor Summary
Constructors Constructor Description TobMidwayStores()
-
-
-
Field Detail
-
FRAME
public static final int FRAME
- See Also:
- Constant Field Values
-
CONTENT
public static final int CONTENT
- See Also:
- Constant Field Values
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
VAMPYRE_NOTE
public static final int VAMPYRE_NOTE
- See Also:
- Constant Field Values
-
POINTS_TEXT
public static final int POINTS_TEXT
- See Also:
- Constant Field Values
-
CONTENT_MODEL0
public static final int CONTENT_MODEL0
- See Also:
- Constant Field Values
-
CONTENT_MODEL1
public static final int CONTENT_MODEL1
- See Also:
- Constant Field Values
-
CONTENT_MODEL2
public static final int CONTENT_MODEL2
- See Also:
- Constant Field Values
-
ITEMS
public static final int ITEMS
- See Also:
- Constant Field Values
-
-