Uses of Class
com.comphenix.protocol.wrappers.Pair
Packages that use Pair
-
Uses of Pair in com.comphenix.protocol.events
Methods in com.comphenix.protocol.events that return types with arguments of type PairModifier and TypeMethodDescriptionStructureModifier<List<Pair<EnumWrappers.ItemSlot,org.bukkit.inventory.ItemStack>>>AbstractStructure.getSlotStackPairLists()Retrieve a read/write structure for ItemSlot/ItemStack pair lists in 1.16+ -
Uses of Pair in com.comphenix.protocol.wrappers
Methods in com.comphenix.protocol.wrappers that return types with arguments of type PairModifier and TypeMethodDescriptionstatic <A, B> EquivalentConverter<Pair<A,B>>BukkitConverters.getPairConverter(EquivalentConverter<A> firstConverter, EquivalentConverter<B> secondConverter)