Package org.rspeer.game.gameval
Class DBTableId.FletchingBowCrafting
- java.lang.Object
-
- org.rspeer.game.gameval.DBTableId.FletchingBowCrafting
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDBTableId.FletchingBowCrafting.Row
-
Field Summary
Fields Modifier and Type Field Description static intCOL_END_PRODUCTintegerstatic intCOL_LEVEL_REQUIREDintegerstatic intCOL_PRIMARY_RESOURCEintegerstatic intCOL_UNSTRUNG_PRODUCTintegerstatic intCOL_XP_GIVEN_STRINGintegerstatic intCOL_XP_GIVEN_UNSTRUNGintegerstatic intID
-
Constructor Summary
Constructors Constructor Description FletchingBowCrafting()
-
-
-
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_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_PRIMARY_RESOURCE
public static final int COL_PRIMARY_RESOURCE
integer- See Also:
- Constant Field Values
-
-