Uses of Enum Class
tfagaming.projects.minecraft.homestead.managers.RegionManager.RegionSorting
Packages that use RegionManager.RegionSorting
-
Uses of RegionManager.RegionSorting in tfagaming.projects.minecraft.homestead.managers
Methods in tfagaming.projects.minecraft.homestead.managers that return RegionManager.RegionSortingModifier and TypeMethodDescriptionstatic RegionManager.RegionSortingReturns the enum constant of this class with the specified name.static RegionManager.RegionSorting[]RegionManager.RegionSorting.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in tfagaming.projects.minecraft.homestead.managers with parameters of type RegionManager.RegionSortingModifier and TypeMethodDescriptionstatic intRegionManager.getRank(RegionManager.RegionSorting type, long id) Computes the 1-based rank of a region within the given sorting; 0 if not found.RegionManager.sortRegions(RegionManager.RegionSorting type) Produces a list ordered by the requested metric.