Package net.runelite.api.gameval
Class DBTableID.FletchingBlowpipeCrafting
- java.lang.Object
-
- net.runelite.api.gameval.DBTableID.FletchingBlowpipeCrafting
-
- Enclosing class:
- DBTableID
public static final class DBTableID.FletchingBlowpipeCrafting extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDBTableID.FletchingBlowpipeCrafting.Row
-
Field Summary
Fields Modifier and Type Field Description static intCOL_LEVEL_REQUIREDintegerstatic intCOL_LOG_QUANTITYintegerstatic intCOL_LOG_RESOURCEnamedobjstatic intCOL_SECONDARY_QUANTITYintegerstatic intCOL_SECONDARY_RESOURCEnamedobjstatic intCOL_XP_GIVENintegerstatic intID
-
Constructor Summary
Constructors Constructor Description FletchingBlowpipeCrafting()
-
-
-
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
namedobj- See Also:
- Constant Field Values
-
COL_LOG_QUANTITY
public static final int COL_LOG_QUANTITY
integer- See Also:
- Constant Field Values
-
COL_SECONDARY_RESOURCE
public static final int COL_SECONDARY_RESOURCE
namedobj- See Also:
- Constant Field Values
-
COL_SECONDARY_QUANTITY
public static final int COL_SECONDARY_QUANTITY
integer- See Also:
- Constant Field Values
-
-