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