Uses of Class
net.runelite.client.plugins.timetracking.farming.CompostState
-
Packages that use CompostState Package Description net.runelite.client.plugins.timetracking.farming -
-
Uses of CompostState in net.runelite.client.plugins.timetracking.farming
Methods in net.runelite.client.plugins.timetracking.farming that return CompostState Modifier and Type Method Description CompostState
CompostTracker. getCompostState(net.runelite.client.plugins.timetracking.farming.FarmingPatch fp)
static CompostState
CompostState. valueOf(String name)
Returns the enum constant of this type with the specified name.static CompostState[]
CompostState. 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 CompostState Modifier and Type Method Description void
CompostTracker. setCompostState(net.runelite.client.plugins.timetracking.farming.FarmingPatch fp, CompostState state)
-