Package net.runelite.api.gameval
Class InterfaceID.BrLobbyoverlay
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.BrLobbyoverlay
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.BrLobbyoverlay extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
CASUAL
static int
CASUAL_TITLE
static int
COFFER_AMOUNT
static int
COFFER_TITLE
static int
COMPETITIVE
static int
COMPETITIVE_TITLE
static int
CONTENT
static int
DODGER
static int
HIGHSTAKES
static int
HIGHSTAKES_TITLE
static int
PANEL
static int
PANEL_GRAPHIC0
static int
RANK
static int
RANK_TITLE
static int
SETTINGS
static int
UNIVERSE
-
Constructor Summary
Constructors Constructor Description BrLobbyoverlay()
-
-
-
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
-
SETTINGS
public static final int SETTINGS
- See Also:
- Constant Field Values
-
PANEL
public static final int PANEL
- See Also:
- Constant Field Values
-
PANEL_GRAPHIC0
public static final int PANEL_GRAPHIC0
- See Also:
- Constant Field Values
-
RANK_TITLE
public static final int RANK_TITLE
- See Also:
- Constant Field Values
-
RANK
public static final int RANK
- See Also:
- Constant Field Values
-
COFFER_TITLE
public static final int COFFER_TITLE
- See Also:
- Constant Field Values
-
COFFER_AMOUNT
public static final int COFFER_AMOUNT
- See Also:
- Constant Field Values
-
CASUAL_TITLE
public static final int CASUAL_TITLE
- See Also:
- Constant Field Values
-
CASUAL
public static final int CASUAL
- See Also:
- Constant Field Values
-
COMPETITIVE_TITLE
public static final int COMPETITIVE_TITLE
- See Also:
- Constant Field Values
-
COMPETITIVE
public static final int COMPETITIVE
- See Also:
- Constant Field Values
-
HIGHSTAKES_TITLE
public static final int HIGHSTAKES_TITLE
- See Also:
- Constant Field Values
-
HIGHSTAKES
public static final int HIGHSTAKES
- See Also:
- Constant Field Values
-
-