Package net.runelite.api.gameval
Class InterfaceID.DomEndLevelUi
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.DomEndLevelUi
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.DomEndLevelUi extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
BTN_BANK_ALL
static int
BTN_CLAIM
static int
BTN_DESCEND
static int
BTN_INV_ALL
static int
BTN_LEAVE
static int
CONTENT
static int
DELVE_BORDER
static int
DELVE_HEADER
static int
DELVE_HINT
static int
DIALOGS
static int
EARNED_LOOT_HEADER
static int
EARNED_LOOT_HEADER_CONTAINER
static int
EARNED_LOOT_HINT
static int
FRAME
static int
LEAVE_OPTIONS
static int
LOOT_BG
static int
LOOT_BORDER
static int
LOOT_CLAIM_HEADER
static int
LOOT_CLAIM_HEADER_CONTAINER
static int
LOOT_CLAIM_OPTIONS
static int
LOOT_CONTAINER
static int
LOOT_CONTENTS
static int
LOOT_VALUE
static int
SECTION_DELVE
static int
SECTION_LOOT
static int
UNIVERSE
static int
WINDOW
-
Constructor Summary
Constructors Constructor Description DomEndLevelUi()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
WINDOW
public static final int WINDOW
- See Also:
- Constant Field Values
-
FRAME
public static final int FRAME
- See Also:
- Constant Field Values
-
CONTENT
public static final int CONTENT
- See Also:
- Constant Field Values
-
DIALOGS
public static final int DIALOGS
- See Also:
- Constant Field Values
-
SECTION_LOOT
public static final int SECTION_LOOT
- See Also:
- Constant Field Values
-
LOOT_CONTAINER
public static final int LOOT_CONTAINER
- See Also:
- Constant Field Values
-
EARNED_LOOT_HEADER_CONTAINER
public static final int EARNED_LOOT_HEADER_CONTAINER
- See Also:
- Constant Field Values
-
LOOT_CLAIM_HEADER_CONTAINER
public static final int LOOT_CLAIM_HEADER_CONTAINER
- See Also:
- Constant Field Values
-
LOOT_CLAIM_HEADER
public static final int LOOT_CLAIM_HEADER
- See Also:
- Constant Field Values
-
EARNED_LOOT_HEADER
public static final int EARNED_LOOT_HEADER
- See Also:
- Constant Field Values
-
EARNED_LOOT_HINT
public static final int EARNED_LOOT_HINT
- See Also:
- Constant Field Values
-
LOOT_BG
public static final int LOOT_BG
- See Also:
- Constant Field Values
-
LEAVE_OPTIONS
public static final int LEAVE_OPTIONS
- See Also:
- Constant Field Values
-
BTN_CLAIM
public static final int BTN_CLAIM
- See Also:
- Constant Field Values
-
LOOT_CLAIM_OPTIONS
public static final int LOOT_CLAIM_OPTIONS
- See Also:
- Constant Field Values
-
BTN_LEAVE
public static final int BTN_LEAVE
- See Also:
- Constant Field Values
-
BTN_INV_ALL
public static final int BTN_INV_ALL
- See Also:
- Constant Field Values
-
LOOT_BORDER
public static final int LOOT_BORDER
- See Also:
- Constant Field Values
-
LOOT_CONTENTS
public static final int LOOT_CONTENTS
- See Also:
- Constant Field Values
-
LOOT_VALUE
public static final int LOOT_VALUE
- See Also:
- Constant Field Values
-
SECTION_DELVE
public static final int SECTION_DELVE
- See Also:
- Constant Field Values
-
DELVE_BORDER
public static final int DELVE_BORDER
- See Also:
- Constant Field Values
-
BTN_DESCEND
public static final int BTN_DESCEND
- See Also:
- Constant Field Values
-
DELVE_HEADER
public static final int DELVE_HEADER
- See Also:
- Constant Field Values
-
DELVE_HINT
public static final int DELVE_HINT
- See Also:
- Constant Field Values
-
BTN_BANK_ALL
public static final int BTN_BANK_ALL
- See Also:
- Constant Field Values
-
-