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