Package org.rspeer.game.gameval
Class DBTableId.FletchingBoltCrafting
- java.lang.Object
-
- org.rspeer.game.gameval.DBTableId.FletchingBoltCrafting
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDBTableId.FletchingBoltCrafting.Row
-
Field Summary
Fields Modifier and Type Field Description static intCOL_BOLT_PRODUCTintegerstatic intCOL_BOLT_TIPintegerstatic intCOL_BOLT_TIPPED_PRODUCTintegerstatic intCOL_BOLT_UNFEATHEREDintegerstatic intCOL_LEVEL_REQUIREDintegerstatic intCOL_XP_GIVEN_PER_BOLTintegerstatic intCOL_XP_GIVEN_PER_TIPintegerstatic intID
-
Constructor Summary
Constructors Constructor Description FletchingBoltCrafting()
-
-
-
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_PER_BOLT
public static final int COL_XP_GIVEN_PER_BOLT
integer- See Also:
- Constant Field Values
-
COL_BOLT_PRODUCT
public static final int COL_BOLT_PRODUCT
integer- See Also:
- Constant Field Values
-
COL_BOLT_UNFEATHERED
public static final int COL_BOLT_UNFEATHERED
integer- See Also:
- Constant Field Values
-
COL_XP_GIVEN_PER_TIP
public static final int COL_XP_GIVEN_PER_TIP
integer- See Also:
- Constant Field Values
-
COL_BOLT_TIPPED_PRODUCT
public static final int COL_BOLT_TIPPED_PRODUCT
integer- See Also:
- Constant Field Values
-
COL_BOLT_TIP
public static final int COL_BOLT_TIP
integer- See Also:
- Constant Field Values
-
-