Uses of Class
net.runelite.client.plugins.timetracking.farming.Produce
-
Packages that use Produce Package Description net.runelite.client.plugins.timetracking.farming -
-
Uses of Produce in net.runelite.client.plugins.timetracking.farming
Methods in net.runelite.client.plugins.timetracking.farming that return Produce Modifier and Type Method Description Produce
FarmingContractManager. getContract()
static Produce
Produce. valueOf(String name)
Returns the enum constant of this type with the specified name.static Produce[]
Produce. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.runelite.client.plugins.timetracking.farming with parameters of type Produce Modifier and Type Method Description void
FarmingContractManager. setContract(Produce contract)
-