Package net.runelite.api.gameval
Class InterfaceID.CrUi
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.CrUi
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.CrUi extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
BTN_CLOSE
static int
CONTENT
static int
CONTENT_MISC
static int
CONTENT_QUESTS
static int
CONTENT_SKILLS
static int
CONTENT_UTILITY
static int
FRAME
static int
MODULE_CONTENT_CONTAINER
static int
QUESTS_HEADER
static int
QUESTS_HEADER_CONTENT
static int
QUESTS_JOURNAL_BUTTONS
static int
QUESTS_MEMBERS_TABS
static int
QUESTS_RECOMMENDATION_ENTRIES
static int
QUESTS_RECOMMENDATIONS
static int
QUESTS_REFRESH_BUTTON
static int
QUESTS_SCROLLBAR
static int
RESIZE_PREVIEW
static int
TABS_CONTAINER
static int
UNIVERSE
static int
WINDOW
-
Constructor Summary
Constructors Constructor Description CrUi()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
WINDOW
public static final int WINDOW
- See Also:
- Constant Field Values
-
RESIZE_PREVIEW
public static final int RESIZE_PREVIEW
- See Also:
- Constant Field Values
-
FRAME
public static final int FRAME
- See Also:
- Constant Field Values
-
BTN_CLOSE
public static final int BTN_CLOSE
- See Also:
- Constant Field Values
-
CONTENT
public static final int CONTENT
- See Also:
- Constant Field Values
-
TABS_CONTAINER
public static final int TABS_CONTAINER
- See Also:
- Constant Field Values
-
MODULE_CONTENT_CONTAINER
public static final int MODULE_CONTENT_CONTAINER
- See Also:
- Constant Field Values
-
CONTENT_QUESTS
public static final int CONTENT_QUESTS
- See Also:
- Constant Field Values
-
CONTENT_SKILLS
public static final int CONTENT_SKILLS
- See Also:
- Constant Field Values
-
CONTENT_UTILITY
public static final int CONTENT_UTILITY
- See Also:
- Constant Field Values
-
CONTENT_MISC
public static final int CONTENT_MISC
- See Also:
- Constant Field Values
-
QUESTS_HEADER
public static final int QUESTS_HEADER
- See Also:
- Constant Field Values
-
QUESTS_HEADER_CONTENT
public static final int QUESTS_HEADER_CONTENT
- See Also:
- Constant Field Values
-
QUESTS_MEMBERS_TABS
public static final int QUESTS_MEMBERS_TABS
- See Also:
- Constant Field Values
-
QUESTS_REFRESH_BUTTON
public static final int QUESTS_REFRESH_BUTTON
- See Also:
- Constant Field Values
-
QUESTS_RECOMMENDATIONS
public static final int QUESTS_RECOMMENDATIONS
- See Also:
- Constant Field Values
-
QUESTS_RECOMMENDATION_ENTRIES
public static final int QUESTS_RECOMMENDATION_ENTRIES
- See Also:
- Constant Field Values
-
QUESTS_JOURNAL_BUTTONS
public static final int QUESTS_JOURNAL_BUTTONS
- See Also:
- Constant Field Values
-
QUESTS_SCROLLBAR
public static final int QUESTS_SCROLLBAR
- See Also:
- Constant Field Values
-
-