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