Package net.runelite.api.gameval
Class InterfaceID.FarmingTools
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.FarmingTools
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.FarmingTools extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
BOTTOMLESS_BUCKET
static int
BUCKET
static int
COMPOST
static int
DIBBER
static int
FRAME
static int
ITEMS
static int
PLANTCURE
static int
QUANTITY_1
static int
QUANTITY_5
static int
QUANTITY_ALL
static int
QUANTITY_SELECTION
static int
QUANTITY_X
static int
RAKE
static int
SECATEURS
static int
SPADE
static int
SUPERCOMPOST
static int
TROWEL
static int
ULTRACOMPOST
static int
UNIVERSE
static int
WATERINGCAN
-
Constructor Summary
Constructors Constructor Description FarmingTools()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
FRAME
public static final int FRAME
- See Also:
- Constant Field Values
-
ITEMS
public static final int ITEMS
- See Also:
- Constant Field Values
-
QUANTITY_SELECTION
public static final int QUANTITY_SELECTION
- See Also:
- Constant Field Values
-
QUANTITY_1
public static final int QUANTITY_1
- See Also:
- Constant Field Values
-
QUANTITY_5
public static final int QUANTITY_5
- See Also:
- Constant Field Values
-
QUANTITY_X
public static final int QUANTITY_X
- See Also:
- Constant Field Values
-
QUANTITY_ALL
public static final int QUANTITY_ALL
- See Also:
- Constant Field Values
-
RAKE
public static final int RAKE
- See Also:
- Constant Field Values
-
DIBBER
public static final int DIBBER
- See Also:
- Constant Field Values
-
SPADE
public static final int SPADE
- See Also:
- Constant Field Values
-
SECATEURS
public static final int SECATEURS
- See Also:
- Constant Field Values
-
WATERINGCAN
public static final int WATERINGCAN
- See Also:
- Constant Field Values
-
TROWEL
public static final int TROWEL
- See Also:
- Constant Field Values
-
PLANTCURE
public static final int PLANTCURE
- See Also:
- Constant Field Values
-
BOTTOMLESS_BUCKET
public static final int BOTTOMLESS_BUCKET
- See Also:
- Constant Field Values
-
BUCKET
public static final int BUCKET
- See Also:
- Constant Field Values
-
COMPOST
public static final int COMPOST
- See Also:
- Constant Field Values
-
SUPERCOMPOST
public static final int SUPERCOMPOST
- See Also:
- Constant Field Values
-
ULTRACOMPOST
public static final int ULTRACOMPOST
- See Also:
- Constant Field Values
-
-