Uses of Enum Class
com.plotsquared.core.util.query.SortingStrategy
Packages that use SortingStrategy
-
Uses of SortingStrategy in com.plotsquared.core.util.query
Methods in com.plotsquared.core.util.query that return SortingStrategyModifier and TypeMethodDescriptionstatic SortingStrategyReturns the enum constant of this class with the specified name.static SortingStrategy[]SortingStrategy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.plotsquared.core.util.query with parameters of type SortingStrategyModifier and TypeMethodDescriptionPlotQuery.withSortingStrategy(@NonNull SortingStrategy strategy) Specify the sorting strategy that will decide how to sort the results.