Package org.rspeer.game.gameval
Class DBTableId.FletchingBallistaCrafting
- java.lang.Object
-
- org.rspeer.game.gameval.DBTableId.FletchingBallistaCrafting
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDBTableId.FletchingBallistaCrafting.Row
-
Field Summary
Fields Modifier and Type Field Description static intCOL_FRAMEintegerstatic intCOL_INCOMPLETEintegerstatic intCOL_LEVEL_REQUIREDintegerstatic intCOL_LIMBSintegerstatic intCOL_SPRINGSintegerstatic intCOL_STRINGintegerstatic intCOL_UNSTRUNGintegerstatic intCOL_XP_GIVEN_COMPLETEintegerstatic intCOL_XP_GIVEN_INCOMPLETEintegerstatic intCOL_XP_GIVEN_UNSTRUNGintegerstatic intID
-
Constructor Summary
Constructors Constructor Description FletchingBallistaCrafting()
-
-
-
Field Detail
-
ID
public static final int ID
- See Also:
- Constant Field Values
-
COL_LEVEL_REQUIRED
public static final int COL_LEVEL_REQUIRED
integer- See Also:
- Constant Field Values
-
COL_LIMBS
public static final int COL_LIMBS
integer- See Also:
- Constant Field Values
-
COL_SPRINGS
public static final int COL_SPRINGS
integer- See Also:
- Constant Field Values
-
COL_FRAME
public static final int COL_FRAME
integer- See Also:
- Constant Field Values
-
COL_STRING
public static final int COL_STRING
integer- See Also:
- Constant Field Values
-
COL_INCOMPLETE
public static final int COL_INCOMPLETE
integer- See Also:
- Constant Field Values
-
COL_XP_GIVEN_INCOMPLETE
public static final int COL_XP_GIVEN_INCOMPLETE
integer- See Also:
- Constant Field Values
-
COL_UNSTRUNG
public static final int COL_UNSTRUNG
integer- See Also:
- Constant Field Values
-
COL_XP_GIVEN_UNSTRUNG
public static final int COL_XP_GIVEN_UNSTRUNG
integer- See Also:
- Constant Field Values
-
COL_XP_GIVEN_COMPLETE
public static final int COL_XP_GIVEN_COMPLETE
integer- See Also:
- Constant Field Values
-
-