Uses of Class
net.runelite.client.plugins.timetracking.TimeFormatMode
-
Packages that use TimeFormatMode Package Description net.runelite.client.plugins.timetracking -
-
Uses of TimeFormatMode in net.runelite.client.plugins.timetracking
Methods in net.runelite.client.plugins.timetracking that return TimeFormatMode Modifier and Type Method Description default TimeFormatMode
TimeTrackingConfig. timeFormatMode()
static TimeFormatMode
TimeFormatMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static TimeFormatMode[]
TimeFormatMode. 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 TimeFormatMode Modifier and Type Method Description static String
TabContentPanel. getFormattedEstimate(long remainingSeconds, TimeFormatMode mode)
-