Package net.runelite.api.gameval
Class InterfaceID.Myq3StatuePainting
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.Myq3StatuePainting
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.Myq3StatuePainting extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
CLOSE_BUTTON
static int
MYQ3_PAINTING
static int
MYQ3_PAINTING_FRAME
static int
MYQ3_PAINTING_KEY
static int
MYQ3_STATUE
static int
MYQ3_STATUE_PAINTING_CLOSE_BUTTON
static int
UNIVERSE
-
Constructor Summary
Constructors Constructor Description Myq3StatuePainting()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
MYQ3_PAINTING
public static final int MYQ3_PAINTING
- See Also:
- Constant Field Values
-
MYQ3_PAINTING_FRAME
public static final int MYQ3_PAINTING_FRAME
- See Also:
- Constant Field Values
-
MYQ3_STATUE
public static final int MYQ3_STATUE
- See Also:
- Constant Field Values
-
MYQ3_PAINTING_KEY
public static final int MYQ3_PAINTING_KEY
- See Also:
- Constant Field Values
-
MYQ3_STATUE_PAINTING_CLOSE_BUTTON
public static final int MYQ3_STATUE_PAINTING_CLOSE_BUTTON
- See Also:
- Constant Field Values
-
CLOSE_BUTTON
public static final int CLOSE_BUTTON
- See Also:
- Constant Field Values
-
-