Package net.runelite.api.gameval
Class InterfaceID.PestScores
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.PestScores
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.PestScores extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
CONTENT
static int
CONTENT_MODEL0
static int
CONTENT_MODEL1
static int
CONTENT_MODEL8
static int
CONTENT_TEXT2
static int
CONTENT_TEXT3
static int
CONTENT_TEXT4
static int
FRAME
static int
INTERMEDIATE
static int
NOVICE
static int
UNIVERSE
static int
VETERAN
-
Constructor Summary
Constructors Constructor Description PestScores()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
FRAME
public static final int FRAME
- See Also:
- Constant Field Values
-
CONTENT
public static final int CONTENT
- 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_TEXT2
public static final int CONTENT_TEXT2
- See Also:
- Constant Field Values
-
CONTENT_TEXT3
public static final int CONTENT_TEXT3
- See Also:
- Constant Field Values
-
CONTENT_TEXT4
public static final int CONTENT_TEXT4
- See Also:
- Constant Field Values
-
NOVICE
public static final int NOVICE
- See Also:
- Constant Field Values
-
INTERMEDIATE
public static final int INTERMEDIATE
- See Also:
- Constant Field Values
-
VETERAN
public static final int VETERAN
- See Also:
- Constant Field Values
-
CONTENT_MODEL8
public static final int CONTENT_MODEL8
- See Also:
- Constant Field Values
-
-