Uses of Class
net.runelite.client.plugins.timetracking.Tab
-
Packages that use Tab Package Description net.runelite.client.plugins.timetracking net.runelite.client.plugins.timetracking.farming -
-
Uses of Tab in net.runelite.client.plugins.timetracking
Fields in net.runelite.client.plugins.timetracking declared as Tab Modifier and Type Field Description static Tab[]
Tab. FARMING_TABS
Methods in net.runelite.client.plugins.timetracking that return Tab Modifier and Type Method Description default Tab
TimeTrackingConfig. activeTab()
static Tab
Tab. valueOf(String name)
Returns the enum constant of this type with the specified name.static Tab[]
Tab. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.runelite.client.plugins.timetracking with parameters of type Tab Modifier and Type Method Description void
TimeTrackingConfig. setActiveTab(Tab t)
-
Uses of Tab in net.runelite.client.plugins.timetracking.farming
Methods in net.runelite.client.plugins.timetracking.farming that return Tab Modifier and Type Method Description Tab
FarmingContractManager. getContractTab()
Tab
PatchImplementation. getTab()
Methods in net.runelite.client.plugins.timetracking.farming with parameters of type Tab Modifier and Type Method Description FarmingTabPanel
FarmingTracker. createTabPanel(Tab tab, FarmingContractManager farmingContractManager)
long
FarmingTracker. getCompletionTime(Tab patchType)
Gets the overall completion time for the given patch type.SummaryState
FarmingTracker. getSummary(Tab patchType)
-