Package net.runelite.api.gameval
Class InterfaceID.SotnNumbers
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.SotnNumbers
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.SotnNumbers extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
CLOSE
static int
CONTENT
static int
CONTENT_TEXT0
static int
HINT
static int
MAIN
static int
MAIN_MODEL0
static int
UNIVERSE
-
Constructor Summary
Constructors Constructor Description SotnNumbers()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
MAIN
public static final int MAIN
- See Also:
- Constant Field Values
-
MAIN_MODEL0
public static final int MAIN_MODEL0
- See Also:
- Constant Field Values
-
CLOSE
public static final int CLOSE
- See Also:
- Constant Field Values
-
CONTENT
public static final int CONTENT
- See Also:
- Constant Field Values
-
CONTENT_TEXT0
public static final int CONTENT_TEXT0
- See Also:
- Constant Field Values
-
HINT
public static final int HINT
- See Also:
- Constant Field Values
-
-