Package net.runelite.api.gameval
Class DBTableID.RegionData
- java.lang.Object
-
- net.runelite.api.gameval.DBTableID.RegionData
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDBTableID.RegionData.Row
-
Field Summary
Fields Modifier and Type Field Description static intCOL_AREA_INFOstructstatic intCOL_AREA_TELEPORT_COORDcoordgridstatic intCOL_MAP_COMPONENTcomponentstatic intCOL_MAP_GRAPHICgraphicstatic intCOL_MAP_NAME_SPRITEgraphicstatic intCOL_MAP_NAME_SPRITE_HIGHLIGHTEDgraphicstatic intCOL_MAP_SHIELD_SPRITEgraphicstatic intCOL_MAP_SHIELD_SPRITE_HIGHLIGHTEDgraphicstatic intCOL_MAP_SHIELD_SPRITE_SMALLgraphicstatic intCOL_MAP_SLIDESHOWenumstatic intCOL_NAMEstringstatic intCOL_REGION_IDintegerstatic intID
-
Constructor Summary
Constructors Constructor Description RegionData()
-
-
-
Field Detail
-
ID
public static final int ID
- See Also:
- Constant Field Values
-
COL_REGION_ID
public static final int COL_REGION_ID
integer- See Also:
- Constant Field Values
-
COL_NAME
public static final int COL_NAME
string- See Also:
- Constant Field Values
-
COL_MAP_GRAPHIC
public static final int COL_MAP_GRAPHIC
graphic- See Also:
- Constant Field Values
-
COL_MAP_COMPONENT
public static final int COL_MAP_COMPONENT
component- See Also:
- Constant Field Values
-
COL_MAP_SHIELD_SPRITE
public static final int COL_MAP_SHIELD_SPRITE
graphic- See Also:
- Constant Field Values
-
COL_MAP_SHIELD_SPRITE_HIGHLIGHTED
public static final int COL_MAP_SHIELD_SPRITE_HIGHLIGHTED
graphic- See Also:
- Constant Field Values
-
COL_MAP_SHIELD_SPRITE_SMALL
public static final int COL_MAP_SHIELD_SPRITE_SMALL
graphic- See Also:
- Constant Field Values
-
COL_MAP_NAME_SPRITE
public static final int COL_MAP_NAME_SPRITE
graphic- See Also:
- Constant Field Values
-
COL_MAP_NAME_SPRITE_HIGHLIGHTED
public static final int COL_MAP_NAME_SPRITE_HIGHLIGHTED
graphic- See Also:
- Constant Field Values
-
COL_MAP_SLIDESHOW
public static final int COL_MAP_SLIDESHOW
enum- See Also:
- Constant Field Values
-
COL_AREA_INFO
public static final int COL_AREA_INFO
struct- See Also:
- Constant Field Values
-
COL_AREA_TELEPORT_COORD
public static final int COL_AREA_TELEPORT_COORD
coordgrid- See Also:
- Constant Field Values
-
-