Package net.runelite.api.gameval
Class InterfaceID.SoulWarsRewards
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.SoulWarsRewards
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.SoulWarsRewards extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
BOTTOM
static int
BUTTON_IMBUE
static int
BUTTON_OTHER
static int
BUTTON_XP
static int
CONFIRM_IMBUE
static int
CONFIRM_OTHER
static int
CONFIRM_XP
static int
CONTENTS
static int
CONTENTS_LINE2
static int
CONTENTS_LINE3
static int
CONTENTS_LINE4
static int
CONTENTS_LINE5
static int
CONTENTS_LINE6
static int
CONTENTS_LINE7
static int
FRAME
static int
IMBUE_REWARDS
static int
IMBUE_REWARDS_CONTAINER
static int
IMBUE_REWARDS_TAB
static int
IMBUE_SCROLLBAR
static int
MAIN
static int
OTHER_REWARDS
static int
OTHER_REWARDS_CONTAINER
static int
OTHER_REWARDS_TAB
static int
OTHER_SCROLLBAR
static int
TABS
static int
TOTAL_ZEAL
static int
TOTAL_ZEAL_TOKENS
static int
UNIVERSE
static int
XP_REWARDS
static int
XP_REWARDS_TAB
-
Constructor Summary
Constructors Constructor Description SoulWarsRewards()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
CONTENTS
public static final int CONTENTS
- See Also:
- Constant Field Values
-
FRAME
public static final int FRAME
- See Also:
- Constant Field Values
-
TABS
public static final int TABS
- See Also:
- Constant Field Values
-
XP_REWARDS_TAB
public static final int XP_REWARDS_TAB
- See Also:
- Constant Field Values
-
IMBUE_REWARDS_TAB
public static final int IMBUE_REWARDS_TAB
- See Also:
- Constant Field Values
-
OTHER_REWARDS_TAB
public static final int OTHER_REWARDS_TAB
- See Also:
- Constant Field Values
-
CONTENTS_LINE2
public static final int CONTENTS_LINE2
- See Also:
- Constant Field Values
-
CONTENTS_LINE3
public static final int CONTENTS_LINE3
- See Also:
- Constant Field Values
-
CONTENTS_LINE4
public static final int CONTENTS_LINE4
- See Also:
- Constant Field Values
-
CONTENTS_LINE5
public static final int CONTENTS_LINE5
- See Also:
- Constant Field Values
-
CONTENTS_LINE6
public static final int CONTENTS_LINE6
- See Also:
- Constant Field Values
-
CONTENTS_LINE7
public static final int CONTENTS_LINE7
- See Also:
- Constant Field Values
-
MAIN
public static final int MAIN
- See Also:
- Constant Field Values
-
XP_REWARDS
public static final int XP_REWARDS
- See Also:
- Constant Field Values
-
IMBUE_REWARDS_CONTAINER
public static final int IMBUE_REWARDS_CONTAINER
- See Also:
- Constant Field Values
-
IMBUE_REWARDS
public static final int IMBUE_REWARDS
- See Also:
- Constant Field Values
-
IMBUE_SCROLLBAR
public static final int IMBUE_SCROLLBAR
- See Also:
- Constant Field Values
-
OTHER_REWARDS_CONTAINER
public static final int OTHER_REWARDS_CONTAINER
- See Also:
- Constant Field Values
-
OTHER_REWARDS
public static final int OTHER_REWARDS
- See Also:
- Constant Field Values
-
OTHER_SCROLLBAR
public static final int OTHER_SCROLLBAR
- See Also:
- Constant Field Values
-
BOTTOM
public static final int BOTTOM
- See Also:
- Constant Field Values
-
CONFIRM_OTHER
public static final int CONFIRM_OTHER
- See Also:
- Constant Field Values
-
CONFIRM_IMBUE
public static final int CONFIRM_IMBUE
- See Also:
- Constant Field Values
-
CONFIRM_XP
public static final int CONFIRM_XP
- See Also:
- Constant Field Values
-
BUTTON_XP
public static final int BUTTON_XP
- See Also:
- Constant Field Values
-
TOTAL_ZEAL
public static final int TOTAL_ZEAL
- See Also:
- Constant Field Values
-
TOTAL_ZEAL_TOKENS
public static final int TOTAL_ZEAL_TOKENS
- See Also:
- Constant Field Values
-
BUTTON_IMBUE
public static final int BUTTON_IMBUE
- See Also:
- Constant Field Values
-
BUTTON_OTHER
public static final int BUTTON_OTHER
- See Also:
- Constant Field Values
-
-