Package net.runelite.api.gameval
Class InterfaceID.TrekRewards
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.TrekRewards
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.TrekRewards extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
BUYBUTTON
static int
BUYBUTTON_CONTAINER
static int
BUYBUTTONTEXT
static int
CONTENTS
static int
CONTENTS_LINE0
static int
DESC
static int
FRAME
static int
ICONS
static int
REWARDS
static int
SIDE_PANEL
static int
TEXT
static int
TITLE
static int
UNIVERSE
-
Constructor Summary
Constructors Constructor Description TrekRewards()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
FRAME
public static final int FRAME
- See Also:
- Constant Field Values
-
CONTENTS
public static final int CONTENTS
- See Also:
- Constant Field Values
-
CONTENTS_LINE0
public static final int CONTENTS_LINE0
- See Also:
- Constant Field Values
-
REWARDS
public static final int REWARDS
- See Also:
- Constant Field Values
-
TEXT
public static final int TEXT
- See Also:
- Constant Field Values
-
ICONS
public static final int ICONS
- See Also:
- Constant Field Values
-
SIDE_PANEL
public static final int SIDE_PANEL
- See Also:
- Constant Field Values
-
TITLE
public static final int TITLE
- See Also:
- Constant Field Values
-
DESC
public static final int DESC
- See Also:
- Constant Field Values
-
BUYBUTTON_CONTAINER
public static final int BUYBUTTON_CONTAINER
- See Also:
- Constant Field Values
-
BUYBUTTON
public static final int BUYBUTTON
- See Also:
- Constant Field Values
-
BUYBUTTONTEXT
public static final int BUYBUTTONTEXT
- See Also:
- Constant Field Values
-
-