Package net.runelite.api.gameval
Class InterfaceID.BoardgamesRuneversiOverlay
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.BoardgamesRuneversiOverlay
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.BoardgamesRuneversiOverlay extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static intCONTENTstatic intCONTENT_MODEL0static intCONTENT_TEXT1static intCONTENT_TEXT2static intDODGERstatic intUNIVERSE
-
Constructor Summary
Constructors Constructor Description BoardgamesRuneversiOverlay()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
DODGER
public static final int DODGER
- 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_TEXT1
public static final int CONTENT_TEXT1
- See Also:
- Constant Field Values
-
CONTENT_TEXT2
public static final int CONTENT_TEXT2
- See Also:
- Constant Field Values
-
-