Uses of Class
com.palmergames.util.Pair
Package
Description
-
Uses of Pair in com.palmergames.bukkit.towny
Modifier and TypeMethodDescriptionstatic void
TownyMessaging.sendNationList
(org.bukkit.command.CommandSender sender, List<Pair<UUID, net.kyori.adventure.text.Component>> nations, ComparatorType compType, int page, int total) static void
TownyMessaging.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
Modifier 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
Modifier and TypeMethodDescriptionComparatorCaches.getNationListCache
(ComparatorType compType) ComparatorCaches.getTownListCache
(ComparatorType compType) -
Uses of Pair in com.palmergames.util