Package org.rspeer.game.gameval
Class DBTableId.CluehelperClueEmote
- java.lang.Object
-
- org.rspeer.game.gameval.DBTableId.CluehelperClueEmote
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDBTableId.CluehelperClueEmote.Row
-
Field Summary
Fields Modifier and Type Field Description static intCOL_CLUE_TEXTstringstatic intCOL_COMBAT_ENCOUNTERintegerstatic intCOL_DIFFICULTYintegerstatic intCOL_EMOTEintegerstatic intCOL_HIDEY_HOLE_COORDintegerstatic intCOL_HIDEY_HOLE_LOCintegerstatic intCOL_IDintegerstatic intCOL_OUTFITintegerstatic intCOL_OUTFIT_TEXT_FALLBACKstringstatic intCOL_REGIONintegerstatic intCOL_RELATED_CONTENTintegerstatic intCOL_REQUIREMENTSintegerstatic intCOL_TARGETintegerstatic intID
-
Constructor Summary
Constructors Constructor Description CluehelperClueEmote()
-
-
-
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_DIFFICULTY
public static final int COL_DIFFICULTY
integer- See Also:
- Constant Field Values
-
COL_CLUE_TEXT
public static final int COL_CLUE_TEXT
string- See Also:
- Constant Field Values
-
COL_TARGET
public static final int COL_TARGET
integer- See Also:
- Constant Field Values
-
COL_EMOTE
public static final int COL_EMOTE
integer- See Also:
- Constant Field Values
-
COL_OUTFIT_TEXT_FALLBACK
public static final int COL_OUTFIT_TEXT_FALLBACK
string- See Also:
- Constant Field Values
-
COL_OUTFIT
public static final int COL_OUTFIT
integer- See Also:
- Constant Field Values
-
COL_HIDEY_HOLE_LOC
public static final int COL_HIDEY_HOLE_LOC
integer- See Also:
- Constant Field Values
-
COL_HIDEY_HOLE_COORD
public static final int COL_HIDEY_HOLE_COORD
integer- See Also:
- Constant Field Values
-
COL_COMBAT_ENCOUNTER
public static final int COL_COMBAT_ENCOUNTER
integer- See Also:
- Constant Field Values
-
COL_REQUIREMENTS
public static final int COL_REQUIREMENTS
integer- See Also:
- Constant Field Values
-
COL_REGION
public static final int COL_REGION
integer- See Also:
- Constant Field Values
-
COL_RELATED_CONTENT
public static final int COL_RELATED_CONTENT
integer- See Also:
- Constant Field Values
-
-