Package org.rspeer.game.gameval
Class DBTableId.Fairyring
- java.lang.Object
-
- org.rspeer.game.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_NPCintegerstatic intCOL_CODEstringstatic intCOL_DESCstringstatic intCOL_DEST_COORDintegerstatic intCOL_FAVE_ICON_COMPONENTintegerstatic intCOL_IDintegerstatic intCOL_MAPELEMENTintegerstatic intCOL_MAPELEMENT_TOOLTIPstringstatic intCOL_MULTILOC_STATEintegerstatic intCOL_NO_STAFF_RETURNintegerstatic intCOL_SHOW_APPARITIONintegerstatic intCOL_TEXT_COMPONENTintegerstatic 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
integer- 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
integer- See Also:
- Constant Field Values
-
COL_FAVE_ICON_COMPONENT
public static final int COL_FAVE_ICON_COMPONENT
integer- See Also:
- Constant Field Values
-
COL_MAPELEMENT
public static final int COL_MAPELEMENT
integer- 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
integer- See Also:
- Constant Field Values
-
COL_SHOW_APPARITION
public static final int COL_SHOW_APPARITION
integer- See Also:
- Constant Field Values
-
COL_NO_STAFF_RETURN
public static final int COL_NO_STAFF_RETURN
integer- See Also:
- Constant Field Values
-
-