Package net.runelite.api.gameval
Class InterfaceID.BoardgamesRunesquaresOverlay
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.BoardgamesRunesquaresOverlay
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.BoardgamesRunesquaresOverlay extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
CONTENT
static int
CONTENT_MODEL0
static int
CONTENT_TEXT1
static int
CONTENT_TEXT2
static int
DODGER
static int
UNIVERSE
-
Constructor Summary
Constructors Constructor Description BoardgamesRunesquaresOverlay()
-
-
-
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
-
-