Package net.runelite.api.gameval
Class InterfaceID.CaOverview
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.CaOverview
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.CaOverview extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
BURGER_BTN_MENU
static int
BURGER_MENU_FRAME
static int
BURGER_MENU_OVERLAY
static int
CA_BUTTONS
static int
CA_BUTTONS_CLICK
static int
CA_GENERAL
static int
CA_GENERAL_CONTENT
static int
CA_GENERAL_HEADER
static int
CA_PERSONAL
static int
CA_PERSONAL_CONTENT
static int
CA_PERSONAL_HEADER
static int
CA_PROGRESS
static int
CA_TIER_ICON
static int
CA_TIER_NAME
static int
FRAME
static int
INFINITY
static int
PROGRESS_BAR
static int
UNIVERSE
-
Constructor Summary
Constructors Constructor Description CaOverview()
-
-
-
Field Detail
-
INFINITY
public static final int INFINITY
- See Also:
- Constant Field Values
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
FRAME
public static final int FRAME
- See Also:
- Constant Field Values
-
PROGRESS_BAR
public static final int PROGRESS_BAR
- See Also:
- Constant Field Values
-
CA_GENERAL_HEADER
public static final int CA_GENERAL_HEADER
- See Also:
- Constant Field Values
-
CA_PERSONAL_HEADER
public static final int CA_PERSONAL_HEADER
- See Also:
- Constant Field Values
-
CA_GENERAL
public static final int CA_GENERAL
- See Also:
- Constant Field Values
-
CA_BUTTONS
public static final int CA_BUTTONS
- See Also:
- Constant Field Values
-
CA_BUTTONS_CLICK
public static final int CA_BUTTONS_CLICK
- See Also:
- Constant Field Values
-
CA_GENERAL_CONTENT
public static final int CA_GENERAL_CONTENT
- See Also:
- Constant Field Values
-
CA_TIER_NAME
public static final int CA_TIER_NAME
- See Also:
- Constant Field Values
-
CA_TIER_ICON
public static final int CA_TIER_ICON
- See Also:
- Constant Field Values
-
CA_PROGRESS
public static final int CA_PROGRESS
- See Also:
- Constant Field Values
-
CA_PERSONAL
public static final int CA_PERSONAL
- See Also:
- Constant Field Values
-
CA_PERSONAL_CONTENT
public static final int CA_PERSONAL_CONTENT
- See Also:
- Constant Field Values
-
BURGER_BTN_MENU
public static final int BURGER_BTN_MENU
- See Also:
- Constant Field Values
-
BURGER_MENU_OVERLAY
public static final int BURGER_MENU_OVERLAY
- See Also:
- Constant Field Values
-
BURGER_MENU_FRAME
public static final int BURGER_MENU_FRAME
- See Also:
- Constant Field Values
-
-