Uses of Class
xyz.xenondevs.invui.inventory.ReferencingInventory
Packages that use ReferencingInventory
-
Uses of ReferencingInventory in xyz.xenondevs.invui.inventory
Methods in xyz.xenondevs.invui.inventory that return ReferencingInventoryModifier and TypeMethodDescriptionstatic @NotNull ReferencingInventoryReferencingInventory.fromContents(@NotNull org.bukkit.inventory.Inventory inventory) static @NotNull ReferencingInventoryReferencingInventory.fromReversedPlayerStorageContents(@NotNull org.bukkit.inventory.PlayerInventory inventory) Creates a newReferencingInventorywith a reversed view of thePlayerInventory'sstorage contents, where the last hotbar slot is the first slot and the top left slot is the last slot.static @NotNull ReferencingInventoryReferencingInventory.fromStorageContents(@NotNull org.bukkit.inventory.Inventory inventory) Creates a newReferencingInventorywhich references only thestorage contentsof the specifiedInventory.