Package net.runelite.api.gameval
Class DBTableID.Fairyring
- java.lang.Object
-
- net.runelite.api.gameval.DBTableID.Fairyring
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDBTableID.Fairyring.Row
-
Field Summary
Fields Modifier and Type Field Description static intCOL_APPARITION_NPCnpcstatic intCOL_CODEstringstatic intCOL_DESCstringstatic intCOL_DEST_COORDcoordgridstatic intCOL_FAVE_ICON_COMPONENTcomponentstatic intCOL_IDintegerstatic intCOL_MAPELEMENTmapelementstatic intCOL_MAPELEMENT_TOOLTIPstringstatic intCOL_MULTILOC_STATEintegerstatic intCOL_NO_STAFF_RETURNbooleanstatic intCOL_SHOW_APPARITIONbooleanstatic intCOL_TEXT_COMPONENTcomponentstatic intID
-
Constructor Summary
Constructors Constructor Description Fairyring()
-
-
-
Field Detail
-
ID
public static final int ID
- See Also:
- Constant Field Values
-
COL_ID
public static final int COL_ID
integer- See Also:
- Constant Field Values
-
COL_MULTILOC_STATE
public static final int COL_MULTILOC_STATE
integer- See Also:
- Constant Field Values
-
COL_DEST_COORD
public static final int COL_DEST_COORD
coordgrid- See Also:
- Constant Field Values
-
COL_CODE
public static final int COL_CODE
string- See Also:
- Constant Field Values
-
COL_TEXT_COMPONENT
public static final int COL_TEXT_COMPONENT
component- See Also:
- Constant Field Values
-
COL_FAVE_ICON_COMPONENT
public static final int COL_FAVE_ICON_COMPONENT
component- See Also:
- Constant Field Values
-
COL_MAPELEMENT
public static final int COL_MAPELEMENT
mapelement- See Also:
- Constant Field Values
-
COL_MAPELEMENT_TOOLTIP
public static final int COL_MAPELEMENT_TOOLTIP
string- See Also:
- Constant Field Values
-
COL_DESC
public static final int COL_DESC
string- See Also:
- Constant Field Values
-
COL_APPARITION_NPC
public static final int COL_APPARITION_NPC
npc- See Also:
- Constant Field Values
-
COL_SHOW_APPARITION
public static final int COL_SHOW_APPARITION
boolean- See Also:
- Constant Field Values
-
COL_NO_STAFF_RETURN
public static final int COL_NO_STAFF_RETURN
boolean- See Also:
- Constant Field Values
-
-