Package net.runelite.api.gameval
Class InterfaceID.NotificationDisplay
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.NotificationDisplay
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.NotificationDisplay extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
BACKGROUND
static int
CONTAINER
static int
CONTENT
static int
FRAME
static int
MAIN
static int
MAIN_TEXT
static int
TITLE
static int
TITLE_TEXT
static int
UNIVERSE
-
Constructor Summary
Constructors Constructor Description NotificationDisplay()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
CONTAINER
public static final int CONTAINER
- See Also:
- Constant Field Values
-
CONTENT
public static final int CONTENT
- See Also:
- Constant Field Values
-
FRAME
public static final int FRAME
- See Also:
- Constant Field Values
-
TITLE_TEXT
public static final int TITLE_TEXT
- See Also:
- Constant Field Values
-
BACKGROUND
public static final int BACKGROUND
- See Also:
- Constant Field Values
-
TITLE
public static final int TITLE
- See Also:
- Constant Field Values
-
MAIN
public static final int MAIN
- See Also:
- Constant Field Values
-
MAIN_TEXT
public static final int MAIN_TEXT
- See Also:
- Constant Field Values
-
-