Package net.runelite.api.gameval
Class DBTableID.PohRoom
- java.lang.Object
-
- net.runelite.api.gameval.DBTableID.PohRoom
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DBTableID.PohRoom.Row
-
Field Summary
Fields Modifier and Type Field Description static int
COL_BUTTON
componentstatic int
COL_COST
integerstatic int
COL_DOOR_LOCATIONS
integerstatic int
COL_FLOOR_RESTRICTION
integerstatic int
COL_HAS_ROOF
integerstatic int
COL_HOTSPOT
dbrowstatic int
COL_LEVEL_REQUIREMENT
(stat, integer)static int
COL_NAME
stringstatic int
COL_NAME_UPPERCASE
stringstatic int
COL_ROOM_OBJ
objstatic int
COL_ROOM_TYPE
integerstatic int
COL_SOURCE_OFFSET
(integer, integer)static int
ID
-
Constructor Summary
Constructors Constructor Description PohRoom()
-
-
-
Field Detail
-
ID
public static final int ID
- See Also:
- Constant Field Values
-
COL_NAME
public static final int COL_NAME
string- See Also:
- Constant Field Values
-
COL_NAME_UPPERCASE
public static final int COL_NAME_UPPERCASE
string- See Also:
- Constant Field Values
-
COL_COST
public static final int COL_COST
integer- See Also:
- Constant Field Values
-
COL_ROOM_TYPE
public static final int COL_ROOM_TYPE
integer- See Also:
- Constant Field Values
-
COL_LEVEL_REQUIREMENT
public static final int COL_LEVEL_REQUIREMENT
(stat, integer)- See Also:
- Constant Field Values
-
COL_SOURCE_OFFSET
public static final int COL_SOURCE_OFFSET
(integer, integer)- See Also:
- Constant Field Values
-
COL_DOOR_LOCATIONS
public static final int COL_DOOR_LOCATIONS
integer- See Also:
- Constant Field Values
-
COL_HOTSPOT
public static final int COL_HOTSPOT
dbrow- See Also:
- Constant Field Values
-
COL_FLOOR_RESTRICTION
public static final int COL_FLOOR_RESTRICTION
integer- See Also:
- Constant Field Values
-
COL_HAS_ROOF
public static final int COL_HAS_ROOF
integer- See Also:
- Constant Field Values
-
COL_ROOM_OBJ
public static final int COL_ROOM_OBJ
obj- See Also:
- Constant Field Values
-
COL_BUTTON
public static final int COL_BUTTON
component- See Also:
- Constant Field Values
-
-