Package net.runelite.api.gameval
Class InterfaceID.AdventurepathReward
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.AdventurepathReward
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.AdventurepathReward extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
CONTENT
static int
FRAME
static int
ITEM_HOLDER
static int
SCROLLBAR
static int
UNIVERSE
-
Constructor Summary
Constructors Constructor Description AdventurepathReward()
-
-
-
Field Detail
-
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
-
ITEM_HOLDER
public static final int ITEM_HOLDER
- See Also:
- Constant Field Values
-
SCROLLBAR
public static final int SCROLLBAR
- See Also:
- Constant Field Values
-
-