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