Package net.runelite.api.gameval
Class InterfaceID.Vmq4Painting
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.Vmq4Painting
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.Vmq4Painting extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
CLOSE
static int
CONTENT
static int
MURAL_SUN_MISSING
static int
STARS
static int
STARS_RECT0
static int
STARS_RECT1
static int
STARS_RECT2
static int
STARS_RECT3
static int
STARS_RECT4
static int
STARS_RECT5
static int
STARS_RECT6
static int
UNIVERSE
-
Constructor Summary
Constructors Constructor Description Vmq4Painting()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
CONTENT
public static final int CONTENT
- See Also:
- Constant Field Values
-
STARS
public static final int STARS
- See Also:
- Constant Field Values
-
STARS_RECT0
public static final int STARS_RECT0
- See Also:
- Constant Field Values
-
STARS_RECT1
public static final int STARS_RECT1
- See Also:
- Constant Field Values
-
STARS_RECT2
public static final int STARS_RECT2
- See Also:
- Constant Field Values
-
STARS_RECT3
public static final int STARS_RECT3
- See Also:
- Constant Field Values
-
STARS_RECT4
public static final int STARS_RECT4
- See Also:
- Constant Field Values
-
STARS_RECT5
public static final int STARS_RECT5
- See Also:
- Constant Field Values
-
STARS_RECT6
public static final int STARS_RECT6
- See Also:
- Constant Field Values
-
MURAL_SUN_MISSING
public static final int MURAL_SUN_MISSING
- See Also:
- Constant Field Values
-
CLOSE
public static final int CLOSE
- See Also:
- Constant Field Values
-
-