Uses of Class
xyz.xenondevs.invui.util.Pair
Packages that use Pair
-
Uses of Pair in xyz.xenondevs.invui.item.builder
Fields in xyz.xenondevs.invui.item.builder with type parameters of type PairModifier and TypeFieldDescriptionAbstractItemBuilder.enchantmentsThe enchantments of theItemStack.Methods in xyz.xenondevs.invui.item.builder that return types with arguments of type PairMethod parameters in xyz.xenondevs.invui.item.builder with type arguments of type Pair -
Uses of Pair in xyz.xenondevs.invui.window
Methods in xyz.xenondevs.invui.window that return PairModifier and TypeMethodDescriptionprotected Pair<AbstractGui, Integer> AbstractMergedWindow.getGuiAt(int index) protected Pair<AbstractGui, Integer> AbstractSingleWindow.getGuiAt(int index) protected Pair<AbstractGui, Integer> AbstractSplitWindow.getGuiAt(int index) protected abstract Pair<AbstractGui, Integer> AbstractWindow.getGuiAt(int index) Gets theAbstractGuiat the given index.protected abstract Pair<AbstractGui, Integer> AbstractDoubleWindow.getWhereClicked(org.bukkit.event.inventory.InventoryClickEvent event) Gets theAbstractGuiand the slot where the player clicked, based on the givenInventoryClickEvent.protected Pair<AbstractGui, Integer> AbstractMergedWindow.getWhereClicked(org.bukkit.event.inventory.InventoryClickEvent event) protected Pair<AbstractGui, Integer> AbstractSplitWindow.getWhereClicked(org.bukkit.event.inventory.InventoryClickEvent event)