Package net.runelite.api.gameval
Class DBTableID.RegionData.Row
- java.lang.Object
-
- net.runelite.api.gameval.DBTableID.RegionData.Row
-
- Enclosing class:
- DBTableID.RegionData
public static final class DBTableID.RegionData.Row extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
REGION_ASGARNIA
static int
REGION_BOAT_TRAVEL_INSTANCE
static int
REGION_DEATHS_OFFICE
static int
REGION_DESERT
static int
REGION_DORGESHUUN_TRAINSTATION
static int
REGION_ESSENCE_MINES
static int
REGION_FREMENNIK
static int
REGION_IGNORE
static int
REGION_KANDARIN
static int
REGION_KARAMJA
static int
REGION_KEBOS
static int
REGION_KOUREND
static int
REGION_KOUREND_AND_KEBOS
static int
REGION_MISTHALIN
static int
REGION_MORYTANIA
static int
REGION_POH
static int
REGION_RANDOM_EVENT
static int
REGION_TIRANNWN
static int
REGION_TUTORIAL_ISLAND
static int
REGION_VARLAMORE
static int
REGION_VOID
static int
REGION_WILDERNESS
-
Constructor Summary
Constructors Constructor Description Row()
-
-
-
Field Detail
-
REGION_MISTHALIN
public static final int REGION_MISTHALIN
- See Also:
- Constant Field Values
-
REGION_ASGARNIA
public static final int REGION_ASGARNIA
- See Also:
- Constant Field Values
-
REGION_KARAMJA
public static final int REGION_KARAMJA
- See Also:
- Constant Field Values
-
REGION_KANDARIN
public static final int REGION_KANDARIN
- See Also:
- Constant Field Values
-
REGION_DESERT
public static final int REGION_DESERT
- See Also:
- Constant Field Values
-
REGION_MORYTANIA
public static final int REGION_MORYTANIA
- See Also:
- Constant Field Values
-
REGION_WILDERNESS
public static final int REGION_WILDERNESS
- See Also:
- Constant Field Values
-
REGION_FREMENNIK
public static final int REGION_FREMENNIK
- See Also:
- Constant Field Values
-
REGION_TIRANNWN
public static final int REGION_TIRANNWN
- See Also:
- Constant Field Values
-
REGION_KOUREND_AND_KEBOS
public static final int REGION_KOUREND_AND_KEBOS
- See Also:
- Constant Field Values
-
REGION_VARLAMORE
public static final int REGION_VARLAMORE
- See Also:
- Constant Field Values
-
REGION_KOUREND
public static final int REGION_KOUREND
- See Also:
- Constant Field Values
-
REGION_KEBOS
public static final int REGION_KEBOS
- See Also:
- Constant Field Values
-
REGION_TUTORIAL_ISLAND
public static final int REGION_TUTORIAL_ISLAND
- See Also:
- Constant Field Values
-
REGION_RANDOM_EVENT
public static final int REGION_RANDOM_EVENT
- See Also:
- Constant Field Values
-
REGION_POH
public static final int REGION_POH
- See Also:
- Constant Field Values
-
REGION_VOID
public static final int REGION_VOID
- See Also:
- Constant Field Values
-
REGION_DEATHS_OFFICE
public static final int REGION_DEATHS_OFFICE
- See Also:
- Constant Field Values
-
REGION_ESSENCE_MINES
public static final int REGION_ESSENCE_MINES
- See Also:
- Constant Field Values
-
REGION_DORGESHUUN_TRAINSTATION
public static final int REGION_DORGESHUUN_TRAINSTATION
- See Also:
- Constant Field Values
-
REGION_BOAT_TRAVEL_INSTANCE
public static final int REGION_BOAT_TRAVEL_INSTANCE
- See Also:
- Constant Field Values
-
REGION_IGNORE
public static final int REGION_IGNORE
- See Also:
- Constant Field Values
-
-