Package net.minecraft.inventory
package net.minecraft.inventory
-
ClassDescriptionRepresents an inventory for crafting inputs.Represents an inventory for the crafting output slot.Represents a combined inventory that is backed by two inventories.Represents an inventory used for ender chests.Contains utility methods used by
Inventory
implementations or for working with inventories.A container ofItemStack
s.A functional interface used inSimpleInventory.addListener(net.minecraft.inventory.InventoryChangedListener)
.Represents an inventory that is an input for a recipe, such as crafting table inputs.A special inventory interface for inventories that expose different slots for different sides, such as furnaces.A generic implementation ofInventory
.An inventory that holds exactly oneItemStack
, at slot0
.Represents a reference to a stack that supports getting and setting.