Package net.runelite.api.gameval
Class DBTableID.Vmq4SunPuzzleAltars.Row
- java.lang.Object
-
- net.runelite.api.gameval.DBTableID.Vmq4SunPuzzleAltars.Row
-
- Enclosing class:
- DBTableID.Vmq4SunPuzzleAltars
public static final class DBTableID.Vmq4SunPuzzleAltars.Row extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
VMQ4_SUN_ALTAR_EAST
static int
VMQ4_SUN_ALTAR_NORTH
static int
VMQ4_SUN_ALTAR_NORTHEAST
static int
VMQ4_SUN_ALTAR_NORTHWEST
static int
VMQ4_SUN_ALTAR_SOUTH
static int
VMQ4_SUN_ALTAR_SOUTHEAST
static int
VMQ4_SUN_ALTAR_SOUTHWEST
static int
VMQ4_SUN_ALTAR_WEST
-
Constructor Summary
Constructors Constructor Description Row()
-
-
-
Field Detail
-
VMQ4_SUN_ALTAR_NORTH
public static final int VMQ4_SUN_ALTAR_NORTH
- See Also:
- Constant Field Values
-
VMQ4_SUN_ALTAR_NORTHEAST
public static final int VMQ4_SUN_ALTAR_NORTHEAST
- See Also:
- Constant Field Values
-
VMQ4_SUN_ALTAR_EAST
public static final int VMQ4_SUN_ALTAR_EAST
- See Also:
- Constant Field Values
-
VMQ4_SUN_ALTAR_SOUTHEAST
public static final int VMQ4_SUN_ALTAR_SOUTHEAST
- See Also:
- Constant Field Values
-
VMQ4_SUN_ALTAR_SOUTH
public static final int VMQ4_SUN_ALTAR_SOUTH
- See Also:
- Constant Field Values
-
VMQ4_SUN_ALTAR_SOUTHWEST
public static final int VMQ4_SUN_ALTAR_SOUTHWEST
- See Also:
- Constant Field Values
-
VMQ4_SUN_ALTAR_WEST
public static final int VMQ4_SUN_ALTAR_WEST
- See Also:
- Constant Field Values
-
VMQ4_SUN_ALTAR_NORTHWEST
public static final int VMQ4_SUN_ALTAR_NORTHWEST
- See Also:
- Constant Field Values
-
-