Class ComparatorCaches
java.lang.Object
com.palmergames.bukkit.towny.object.comparators.ComparatorCaches
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetNationListCache
(ComparatorType compType) getTownListCache
(ComparatorType compType)
-
Constructor Details
-
ComparatorCaches
public ComparatorCaches()
-
-
Method Details
-
getTownListCache
public static List<Pair<UUID,net.kyori.adventure.text.Component>> getTownListCache(ComparatorType compType) -
getNationListCache
public static List<Pair<UUID,net.kyori.adventure.text.Component>> getNationListCache(ComparatorType compType)
-