Package org.rspeer.game.gameval
Class DBTableId.CluehelperTargetKey
- java.lang.Object
-
- org.rspeer.game.gameval.DBTableId.CluehelperTargetKey
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDBTableId.CluehelperTargetKey.Row
-
Field Summary
Fields Modifier and Type Field Description static intCOL_DESCRIPTIONstringstatic intCOL_KEYintegerstatic intCOL_KEY_COORDintegerstatic intCOL_LOCintegerstatic intCOL_LOC_COORDintegerstatic intCOL_NPCSintegerstatic intID
-
Constructor Summary
Constructors Constructor Description CluehelperTargetKey()
-
-
-
Field Detail
-
ID
public static final int ID
- See Also:
- Constant Field Values
-
COL_LOC
public static final int COL_LOC
integer- See Also:
- Constant Field Values
-
COL_LOC_COORD
public static final int COL_LOC_COORD
integer- See Also:
- Constant Field Values
-
COL_NPCS
public static final int COL_NPCS
integer- See Also:
- Constant Field Values
-
COL_KEY
public static final int COL_KEY
integer- See Also:
- Constant Field Values
-
COL_KEY_COORD
public static final int COL_KEY_COORD
integer- See Also:
- Constant Field Values
-
COL_DESCRIPTION
public static final int COL_DESCRIPTION
string- See Also:
- Constant Field Values
-
-