Uses of Class
net.runelite.client.plugins.reportbutton.TimeFormat
-
Packages that use TimeFormat Package Description net.runelite.client.plugins.reportbutton -
-
Uses of TimeFormat in net.runelite.client.plugins.reportbutton
Methods in net.runelite.client.plugins.reportbutton that return TimeFormat Modifier and Type Method Description default TimeFormat
ReportButtonConfig. switchTimeFormat()
static TimeFormat
TimeFormat. valueOf(String name)
Returns the enum constant of this type with the specified name.static TimeFormat[]
TimeFormat. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-