Package net.runelite.api.gameval
Class InterfaceID.SpeedrunningRewards
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.SpeedrunningRewards
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.SpeedrunningRewards extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
CONFIRM
static int
CONFIRM_BUTTON
static int
CONFIRM_CANCEL
static int
CONFIRM_FRAME
static int
CONFIRM_OVERLAY
static int
CONFIRM_TEXT
static int
CONFIRM_UNIVERSE
static int
CONTENT
static int
FRAME
static int
INFINITY
static int
REWARDS_BACKING_1
static int
REWARDS_BTNGFX
static int
REWARDS_BUTTON
static int
REWARDS_FRAME
static int
REWARDS_GRAPHICS
static int
REWARDS_HOLDER
static int
REWARDS_SCROLLBAR
static int
REWARDS_SELECT
static int
REWARDS_SELECT_FRAME
static int
REWARDS_TEXT
static int
UNIVERSE
-
Constructor Summary
Constructors Constructor Description SpeedrunningRewards()
-
-
-
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
-
CONTENT
public static final int CONTENT
- See Also:
- Constant Field Values
-
REWARDS_FRAME
public static final int REWARDS_FRAME
- See Also:
- Constant Field Values
-
CONFIRM
public static final int CONFIRM
- See Also:
- Constant Field Values
-
REWARDS_SELECT_FRAME
public static final int REWARDS_SELECT_FRAME
- See Also:
- Constant Field Values
-
REWARDS_BACKING_1
public static final int REWARDS_BACKING_1
- See Also:
- Constant Field Values
-
REWARDS_HOLDER
public static final int REWARDS_HOLDER
- See Also:
- Constant Field Values
-
REWARDS_SELECT
public static final int REWARDS_SELECT
- See Also:
- Constant Field Values
-
REWARDS_GRAPHICS
public static final int REWARDS_GRAPHICS
- See Also:
- Constant Field Values
-
REWARDS_SCROLLBAR
public static final int REWARDS_SCROLLBAR
- See Also:
- Constant Field Values
-
REWARDS_TEXT
public static final int REWARDS_TEXT
- See Also:
- Constant Field Values
-
REWARDS_BUTTON
public static final int REWARDS_BUTTON
- See Also:
- Constant Field Values
-
REWARDS_BTNGFX
public static final int REWARDS_BTNGFX
- See Also:
- Constant Field Values
-
CONFIRM_OVERLAY
public static final int CONFIRM_OVERLAY
- See Also:
- Constant Field Values
-
CONFIRM_UNIVERSE
public static final int CONFIRM_UNIVERSE
- See Also:
- Constant Field Values
-
CONFIRM_FRAME
public static final int CONFIRM_FRAME
- See Also:
- Constant Field Values
-
CONFIRM_TEXT
public static final int CONFIRM_TEXT
- See Also:
- Constant Field Values
-
CONFIRM_BUTTON
public static final int CONFIRM_BUTTON
- See Also:
- Constant Field Values
-
CONFIRM_CANCEL
public static final int CONFIRM_CANCEL
- See Also:
- Constant Field Values
-
-