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