Package org.rspeer.game.gameval
Class DBTableId.CluehelperTargetNpc
- java.lang.Object
-
- org.rspeer.game.gameval.DBTableId.CluehelperTargetNpc
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDBTableId.CluehelperTargetNpc.Row
-
Field Summary
Fields Modifier and Type Field Description static intCOL_COORDintegerstatic intCOL_DESCRIPTIONstringstatic intCOL_FALLBACK_NPCintegerstatic intCOL_NPCintegerstatic intID
-
Constructor Summary
Constructors Constructor Description CluehelperTargetNpc()
-
-
-
Field Detail
-
ID
public static final int ID
- See Also:
- Constant Field Values
-
COL_NPC
public static final int COL_NPC
integer- See Also:
- Constant Field Values
-
COL_FALLBACK_NPC
public static final int COL_FALLBACK_NPC
integer- See Also:
- Constant Field Values
-
COL_COORD
public static final int COL_COORD
integer- See Also:
- Constant Field Values
-
COL_DESCRIPTION
public static final int COL_DESCRIPTION
string- See Also:
- Constant Field Values
-
-