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