Package org.rspeer.game.gameval
Class DBTableId.FletchingGrappleCrafting
- java.lang.Object
-
- org.rspeer.game.gameval.DBTableId.FletchingGrappleCrafting
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDBTableId.FletchingGrappleCrafting.Row
-
Field Summary
Fields Modifier and Type Field Description static intCOL_BOLTintegerstatic intCOL_GRAPPLE_TIPintegerstatic intCOL_GRAPPLE_UNFINISHEDintegerstatic intCOL_LEVEL_REQUIREDintegerstatic intCOL_ROPEintegerstatic intCOL_XP_GIVEN_UNFINISHEDintegerstatic intID
-
Constructor Summary
Constructors Constructor Description FletchingGrappleCrafting()
-
-
-
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_UNFINISHED
public static final int COL_XP_GIVEN_UNFINISHED
integer- See Also:
- Constant Field Values
-
COL_BOLT
public static final int COL_BOLT
integer- See Also:
- Constant Field Values
-
COL_GRAPPLE_TIP
public static final int COL_GRAPPLE_TIP
integer- See Also:
- Constant Field Values
-
COL_ROPE
public static final int COL_ROPE
integer- See Also:
- Constant Field Values
-
COL_GRAPPLE_UNFINISHED
public static final int COL_GRAPPLE_UNFINISHED
integer- See Also:
- Constant Field Values
-
-