Uses of Class
com.palmergames.util.Pair
Packages that use Pair
Package
Description
-
Uses of Pair in com.palmergames.bukkit.towny
Method parameters in com.palmergames.bukkit.towny with type arguments of type PairModifier and TypeMethodDescriptionstatic voidTownyMessaging.sendNationList(org.bukkit.command.CommandSender sender, List<Pair<UUID, net.kyori.adventure.text.Component>> nations, ComparatorType compType, int page, int total) static voidTownyMessaging.sendTownList(org.bukkit.command.CommandSender sender, List<Pair<UUID, net.kyori.adventure.text.Component>> towns, ComparatorType compType, int page, int total) -
Uses of Pair in com.palmergames.bukkit.towny.object
Methods in com.palmergames.bukkit.towny.object that return types with arguments of type PairModifier and TypeMethodDescriptionprotected Collection<Pair<Integer, Integer>> WorldCoord.getChunkPositions()protected Collection<Pair<Integer, Integer>> WorldCoord.getChunkPositions(int cellSize) -
Uses of Pair in com.palmergames.bukkit.towny.object.comparators
Methods in com.palmergames.bukkit.towny.object.comparators that return types with arguments of type PairModifier and TypeMethodDescriptionComparatorCaches.getNationListCache(ComparatorType compType) ComparatorCaches.getTownListCache(ComparatorType compType) -
Uses of Pair in com.palmergames.util
Methods in com.palmergames.util that return Pair