Package org.rspeer.game.gameval
Class DBTableId.FletchingBoltTipCrafting
- java.lang.Object
-
- org.rspeer.game.gameval.DBTableId.FletchingBoltTipCrafting
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDBTableId.FletchingBoltTipCrafting.Row
-
Field Summary
Fields Modifier and Type Field Description static intCOL_GEMintegerstatic intCOL_LEVEL_REQUIREDintegerstatic intCOL_TIPS_GIVENintegerstatic intCOL_XP_GIVENintegerstatic intID
-
Constructor Summary
Constructors Constructor Description FletchingBoltTipCrafting()
-
-
-
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
public static final int COL_XP_GIVEN
integer- See Also:
- Constant Field Values
-
COL_GEM
public static final int COL_GEM
integer- See Also:
- Constant Field Values
-
COL_TIPS_GIVEN
public static final int COL_TIPS_GIVEN
integer- See Also:
- Constant Field Values
-
-