Package net.runelite.api.gameval
Class InterfaceID.MotherlodeHud
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.MotherlodeHud
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.MotherlodeHud extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
DATA
static int
DATA_GRAPHIC0
static int
DATA_MODEL1
static int
DEPOSITS
static int
DODGER
static int
PAY_DIRT
static int
UNIVERSE
-
Constructor Summary
Constructors Constructor Description MotherlodeHud()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
DODGER
public static final int DODGER
- See Also:
- Constant Field Values
-
DATA_GRAPHIC0
public static final int DATA_GRAPHIC0
- See Also:
- Constant Field Values
-
DATA
public static final int DATA
- See Also:
- Constant Field Values
-
DATA_MODEL1
public static final int DATA_MODEL1
- See Also:
- Constant Field Values
-
PAY_DIRT
public static final int PAY_DIRT
- See Also:
- Constant Field Values
-
DEPOSITS
public static final int DEPOSITS
- See Also:
- Constant Field Values
-
-