Uses of Class
xyz.xenondevs.invui.inventory.ReferencingInventory
-
Uses of ReferencingInventory in xyz.xenondevs.invui.inventory
Modifier and TypeMethodDescriptionstatic @NotNull ReferencingInventory
ReferencingInventory.fromContents
(@NotNull org.bukkit.inventory.Inventory inventory) static @NotNull ReferencingInventory
ReferencingInventory.fromReversedPlayerStorageContents
(@NotNull org.bukkit.inventory.PlayerInventory inventory) Creates a newReferencingInventory
with a reversed view of thePlayerInventory's
storage contents
, where the last hotbar slot is the first slot and the top left slot is the last slot.static @NotNull ReferencingInventory
ReferencingInventory.fromStorageContents
(@NotNull org.bukkit.inventory.Inventory inventory) Creates a newReferencingInventory
which references only thestorage contents
of the specifiedInventory
.