Package net.runelite.api.gameval
Class InterfaceID.Newspaper
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.Newspaper
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.Newspaper extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
CLOSE
static int
CONTENT
static int
FRAME
static int
GAZETTE_LINK
static int
LEFT_CONTENT
static int
LEFT_SCROLL
static int
RIGHT_CONTENT
static int
RIGHT_SCROLL
static int
UNIVERSE
-
Constructor Summary
Constructors Constructor Description Newspaper()
-
-
-
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
-
GAZETTE_LINK
public static final int GAZETTE_LINK
- See Also:
- Constant Field Values
-
LEFT_CONTENT
public static final int LEFT_CONTENT
- See Also:
- Constant Field Values
-
LEFT_SCROLL
public static final int LEFT_SCROLL
- See Also:
- Constant Field Values
-
RIGHT_CONTENT
public static final int RIGHT_CONTENT
- See Also:
- Constant Field Values
-
RIGHT_SCROLL
public static final int RIGHT_SCROLL
- See Also:
- Constant Field Values
-
CLOSE
public static final int CLOSE
- See Also:
- Constant Field Values
-
-