Package net.runelite.api.gameval
Class InterfaceID.TrailRewardscreen
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.TrailRewardscreen
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.TrailRewardscreen extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
ITEMS
static int
ROOT_GRAPHIC2
static int
ROOT_MODEL1
static int
UNIVERSE
static int
UNIVERSE_MODEL0
-
Constructor Summary
Constructors Constructor Description TrailRewardscreen()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
UNIVERSE_MODEL0
public static final int UNIVERSE_MODEL0
- See Also:
- Constant Field Values
-
ROOT_MODEL1
public static final int ROOT_MODEL1
- See Also:
- Constant Field Values
-
ITEMS
public static final int ITEMS
- See Also:
- Constant Field Values
-
ROOT_GRAPHIC2
public static final int ROOT_GRAPHIC2
- See Also:
- Constant Field Values
-
-