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