Package net.runelite.api.gameval
Class InterfaceID.Displayname
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.Displayname
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.Displayname extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
BONDS
static int
BOTTOM_BUTTONS
static int
CHANGE
static int
CHECK
static int
CLOSE
static int
CONTENT
static int
CONTENT_TEXT4
static int
COOLDOWNTIME
static int
COOLDOWNTYPE
static int
EXTRACHANGES
static int
FRAME
static int
FRAME_RECT0
static int
STATUS
static int
STATUS_CONTAINER
static int
STATUS_CONTAINER_GRAPHIC0
static int
STATUS_CONTAINER_GRAPHIC1
static int
STATUS_CONTAINER_GRAPHIC2
static int
UNIVERSE
static int
UNIVERSE_TEXT0
static int
WARNING_RELOAD
static int
WARNING_RESERVATIONS
-
Constructor Summary
Constructors Constructor Description Displayname()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
UNIVERSE_TEXT0
public static final int UNIVERSE_TEXT0
- See Also:
- Constant Field Values
-
CLOSE
public static final int CLOSE
- See Also:
- Constant Field Values
-
FRAME
public static final int FRAME
- See Also:
- Constant Field Values
-
FRAME_RECT0
public static final int FRAME_RECT0
- See Also:
- Constant Field Values
-
CONTENT
public static final int CONTENT
- See Also:
- Constant Field Values
-
COOLDOWNTYPE
public static final int COOLDOWNTYPE
- See Also:
- Constant Field Values
-
COOLDOWNTIME
public static final int COOLDOWNTIME
- See Also:
- Constant Field Values
-
EXTRACHANGES
public static final int EXTRACHANGES
- See Also:
- Constant Field Values
-
WARNING_RELOAD
public static final int WARNING_RELOAD
- See Also:
- Constant Field Values
-
CONTENT_TEXT4
public static final int CONTENT_TEXT4
- See Also:
- Constant Field Values
-
STATUS_CONTAINER
public static final int STATUS_CONTAINER
- See Also:
- Constant Field Values
-
STATUS_CONTAINER_GRAPHIC0
public static final int STATUS_CONTAINER_GRAPHIC0
- See Also:
- Constant Field Values
-
STATUS_CONTAINER_GRAPHIC1
public static final int STATUS_CONTAINER_GRAPHIC1
- See Also:
- Constant Field Values
-
STATUS_CONTAINER_GRAPHIC2
public static final int STATUS_CONTAINER_GRAPHIC2
- See Also:
- Constant Field Values
-
STATUS
public static final int STATUS
- See Also:
- Constant Field Values
-
WARNING_RESERVATIONS
public static final int WARNING_RESERVATIONS
- See Also:
- Constant Field Values
-
BOTTOM_BUTTONS
public static final int BOTTOM_BUTTONS
- See Also:
- Constant Field Values
-
CHECK
public static final int CHECK
- See Also:
- Constant Field Values
-
CHANGE
public static final int CHANGE
- See Also:
- Constant Field Values
-
BONDS
public static final int BONDS
- See Also:
- Constant Field Values
-
-