Package org.rspeer.game.gameval
Class DBTableId.FletchingCrossbowCrafting
- java.lang.Object
-
- org.rspeer.game.gameval.DBTableId.FletchingCrossbowCrafting
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDBTableId.FletchingCrossbowCrafting.Row
-
Field Summary
Fields Modifier and Type Field Description static intCOL_END_PRODUCTintegerstatic intCOL_LEVEL_REQUIREDintegerstatic intCOL_LIMBS_PRODUCTintegerstatic intCOL_STOCK_PRODUCTintegerstatic intCOL_STOCK_RESOURCEintegerstatic intCOL_UNSTRUNG_PRODUCTintegerstatic intCOL_XP_GIVEN_STOCKintegerstatic intCOL_XP_GIVEN_STRINGintegerstatic intCOL_XP_GIVEN_UNSTRUNGintegerstatic intID
-
Constructor Summary
Constructors Constructor Description FletchingCrossbowCrafting()
-
-
-
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_XP_GIVEN_STOCK
public static final int COL_XP_GIVEN_STOCK
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_STRING
public static final int COL_XP_GIVEN_STRING
integer- See Also:
- Constant Field Values
-
COL_END_PRODUCT
public static final int COL_END_PRODUCT
integer- See Also:
- Constant Field Values
-
COL_UNSTRUNG_PRODUCT
public static final int COL_UNSTRUNG_PRODUCT
integer- See Also:
- Constant Field Values
-
COL_STOCK_PRODUCT
public static final int COL_STOCK_PRODUCT
integer- See Also:
- Constant Field Values
-
COL_STOCK_RESOURCE
public static final int COL_STOCK_RESOURCE
integer- See Also:
- Constant Field Values
-
COL_LIMBS_PRODUCT
public static final int COL_LIMBS_PRODUCT
integer- See Also:
- Constant Field Values
-
-