Uses of Interface
net.minecraft.inventory.Inventory
Package
Description
Contains utility method classes, various enums, serialization helpers, and
miscellaneous classes.
-
Uses of Inventory in net.minecraft.block
Modifier and TypeClassDescriptionprivate static class
private static class
private static class
Modifier and TypeFieldDescriptionprivate static final DoubleBlockProperties.PropertyRetriever<ChestBlockEntity,
Optional<Inventory>> ChestBlock.INVENTORY_RETRIEVER
Modifier and TypeMethodDescriptionChestBlock.getInventory
(ChestBlock block, BlockState state, World world, BlockPos pos, boolean ignoreBlocked) -
Uses of Inventory in net.minecraft.block.entity
Modifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
Modifier and TypeFieldDescriptionprivate final RecipeManager.MatchGetter<Inventory,
? extends AbstractCookingRecipe> AbstractFurnaceBlockEntity.matchGetter
private final RecipeManager.MatchGetter<Inventory,
CampfireCookingRecipe> CampfireBlockEntity.matchGetter
Modifier and TypeMethodDescriptionHopperBlockEntity.getInputInventory
(World world, Hopper hopper) HopperBlockEntity.getInventoryAt
(World world, double x, double y, double z) HopperBlockEntity.getInventoryAt
(World world, BlockPos pos) HopperBlockEntity.getOutputInventory
(World world, BlockPos pos, BlockState state) Modifier and TypeMethodDescriptionprivate static boolean
HopperBlockEntity.canExtract
(Inventory hopperInventory, Inventory fromInventory, ItemStack stack, int slot, Direction facing) private static boolean
HopperBlockEntity.canInsert
(Inventory inventory, ItemStack stack, int slot, @Nullable Direction side) boolean
JukeboxBlockEntity.canTransferTo
(Inventory hopperInventory, int slot, ItemStack stack) private static boolean
static boolean
HopperBlockEntity.extract
(Inventory inventory, ItemEntity itemEntity) private static IntStream
HopperBlockEntity.getAvailableSlots
(Inventory inventory, Direction side) private static boolean
HopperBlockEntity.insert
(World world, BlockPos pos, BlockState state, Inventory inventory) private static boolean
HopperBlockEntity.isInventoryEmpty
(Inventory inv, Direction facing) private static boolean
HopperBlockEntity.isInventoryFull
(Inventory inventory, Direction direction) private static ItemStack
HopperBlockEntity.transfer
(@Nullable Inventory from, Inventory to, ItemStack stack, int slot, @Nullable Direction side) static ItemStack
HopperBlockEntity.transfer
(@Nullable Inventory from, Inventory to, ItemStack stack, @Nullable Direction side) -
Uses of Inventory in net.minecraft.client.gui.screen.ingame
-
Uses of Inventory in net.minecraft.entity.passive
Modifier and TypeMethodDescriptionboolean
AbstractHorseEntity.areInventoriesDifferent
(Inventory inventory) void
AbstractHorseEntity.onInventoryChanged
(Inventory sender) void
HorseEntity.onInventoryChanged
(Inventory sender) void
LlamaEntity.onInventoryChanged
(Inventory sender) -
Uses of Inventory in net.minecraft.entity.player
Modifier and TypeMethodDescriptionvoid
PlayerEntity.openHorseInventory
(AbstractHorseEntity horse, Inventory inventory) int
PlayerInventory.remove
(Predicate<ItemStack> shouldRemove, int maxCount, Inventory craftingInventory) -
Uses of Inventory in net.minecraft.entity.vehicle
Modifier and TypeClassDescriptionclass
class
class
class
-
Uses of Inventory in net.minecraft.inventory
Modifier and TypeInterfaceDescriptioninterface
A special inventory interface for inventories that expose different slots for different sides, such as furnaces.interface
Modifier and TypeClassDescriptionclass
class
class
class
class
Modifier and TypeFieldDescriptionprivate final Inventory
DoubleInventory.first
private final Inventory
DoubleInventory.second
Modifier and TypeMethodDescriptiondefault boolean
Inventory.canTransferTo
(Inventory hopperInventory, int slot, ItemStack stack) boolean
static StackReference
Creates a stack reference backed by an index within an inventory.static StackReference
Creates a stack reference backed by an index within an inventory and guarded by a condition for setting stacks into the inventory.void
InventoryChangedListener.onInventoryChanged
(Inventory sender) static int
Inventories.remove
(Inventory inventory, Predicate<ItemStack> shouldRemove, int maxCount, boolean dryRun) Removes a number, not exceedingmaxCount
, of items from an inventory based on a predicate and returns that number. -
Uses of Inventory in net.minecraft.loot
Modifier and TypeMethodDescriptionLootTable.getFreeSlots
(Inventory inventory, Random random) void
LootTable.supplyInventory
(Inventory inventory, LootContext context) -
Uses of Inventory in net.minecraft.recipe
Modifier and TypeClassDescriptionclass
InputSlotFiller<C extends Inventory>
interface
A recipe is an arrangement of item stacks in an inventory that can yield a product item stack.static interface
RecipeManager.MatchGetter<C extends Inventory,
T extends Recipe<C>> Modifier and TypeMethodDescriptionstatic <C extends Inventory,
T extends Recipe<C>>
RecipeManager.MatchGetter<C,T> RecipeManager.createCachedMatchGetter
(RecipeType<T> type) Creates a cached match getter.RecipeManager.getAllMatches
(RecipeType<T> type, C inventory, World world) Creates a list of all recipes of the giventype
that match the giveninventory
andworld
.private <C extends Inventory,
T extends Recipe<C>>
Map<Identifier,T> RecipeManager.getAllOfType
(RecipeType<T> type) RecipeManager.getFirstMatch
(RecipeType<T> type, C inventory, World world) Returns a recipe of the giventype
that match the giveninventory
andworld
.<C extends Inventory,
T extends Recipe<C>>
Optional<com.mojang.datafixers.util.Pair<Identifier,T>> RecipeManager.getFirstMatch
(RecipeType<T> type, C inventory, World world, @Nullable Identifier id) <C extends Inventory,
T extends Recipe<C>>
DefaultedList<ItemStack>RecipeManager.getRemainingStacks
(RecipeType<T> type, C inventory, World world) Returns the remainder of a recipe of the giventype
that match the giveninventory
andworld
, or a shallow copy of theinventory
.RecipeManager.listAllOfType
(RecipeType<T> type) Creates a list of all recipes of the giventype
.Modifier and TypeMethodDescriptionAbstractCookingRecipe.craft
(Inventory inventory, DynamicRegistryManager registryManager) Crafts this recipe.CuttingRecipe.craft
(Inventory inventory, DynamicRegistryManager registryManager) Crafts this recipe.LegacySmithingRecipe.craft
(Inventory inventory, DynamicRegistryManager registryManager) Deprecated, for removal: This API element is subject to removal in a future version.Crafts this recipe.SmithingTransformRecipe.craft
(Inventory inventory, DynamicRegistryManager registryManager) Crafts this recipe.SmithingTrimRecipe.craft
(Inventory inventory, DynamicRegistryManager registryManager) Crafts this recipe.boolean
Returns whether this recipe matches the contents inside theinventory
in the givenworld
.boolean
Deprecated, for removal: This API element is subject to removal in a future version.Returns whether this recipe matches the contents inside theinventory
in the givenworld
.boolean
Returns whether this recipe matches the contents inside theinventory
in the givenworld
.boolean
Returns whether this recipe matches the contents inside theinventory
in the givenworld
.boolean
Returns whether this recipe matches the contents inside theinventory
in the givenworld
. -
Uses of Inventory in net.minecraft.screen
Modifier and TypeFieldDescriptionprotected final Inventory
ForgingScreenHandler.input
(package private) final Inventory
GrindstoneScreenHandler.input
private final Inventory
LoomScreenHandler.input
final Inventory
StonecutterScreenHandler.input
private final Inventory
AbstractFurnaceScreenHandler.inventory
private final Inventory
BrewingStandScreenHandler.inventory
final Inventory
CartographyTableScreenHandler.inventory
private final Inventory
EnchantmentScreenHandler.inventory
private final Inventory
Generic3x3ContainerScreenHandler.inventory
private final Inventory
GenericContainerScreenHandler.inventory
private final Inventory
HopperScreenHandler.inventory
private final Inventory
HorseScreenHandler.inventory
private final Inventory
LecternScreenHandler.inventory
private final Inventory
ShulkerBoxScreenHandler.inventory
private final Inventory
LoomScreenHandler.output
private final Inventory
BeaconScreenHandler.payment
private final Inventory
GrindstoneScreenHandler.result
Modifier and TypeMethodDescriptionstatic int
ScreenHandler.calculateComparatorOutput
(@Nullable Inventory inventory) protected static void
Checks that the size of the provided inventory is at least as large as theexpectedSize
.GenericContainerScreenHandler.createGeneric9x3
(int syncId, PlayerInventory playerInventory, Inventory inventory) GenericContainerScreenHandler.createGeneric9x6
(int syncId, PlayerInventory playerInventory, Inventory inventory) protected void
ScreenHandler.dropInventory
(PlayerEntity player, Inventory inventory) ScreenHandler.getSlotIndex
(Inventory inventory, int index) void
CartographyTableScreenHandler.onContentChanged
(Inventory inventory) Called when a slot's content has changed.void
CraftingScreenHandler.onContentChanged
(Inventory inventory) Called when a slot's content has changed.void
EnchantmentScreenHandler.onContentChanged
(Inventory inventory) Called when a slot's content has changed.void
ForgingScreenHandler.onContentChanged
(Inventory inventory) Called when a slot's content has changed.void
GrindstoneScreenHandler.onContentChanged
(Inventory inventory) Called when a slot's content has changed.void
LoomScreenHandler.onContentChanged
(Inventory inventory) Called when a slot's content has changed.void
MerchantScreenHandler.onContentChanged
(Inventory inventory) Called when a slot's content has changed.void
PlayerScreenHandler.onContentChanged
(Inventory inventory) Called when a slot's content has changed.void
ScreenHandler.onContentChanged
(Inventory inventory) Called when a slot's content has changed.void
StonecutterScreenHandler.onContentChanged
(Inventory inventory) Called when a slot's content has changed.private void
StonecutterScreenHandler.updateInput
(Inventory input, ItemStack stack) Modifier and TypeMethodDescriptionboolean
ModifierConstructorDescriptionprotected
AbstractFurnaceScreenHandler
(ScreenHandlerType<?> type, RecipeType<? extends AbstractCookingRecipe> recipeType, RecipeBookCategory category, int syncId, PlayerInventory playerInventory, Inventory inventory, PropertyDelegate propertyDelegate) BeaconScreenHandler
(int syncId, Inventory inventory) BeaconScreenHandler
(int syncId, Inventory inventory, PropertyDelegate propertyDelegate, ScreenHandlerContext context) BlastFurnaceScreenHandler
(int syncId, PlayerInventory playerInventory, Inventory inventory, PropertyDelegate propertyDelegate) BrewingStandScreenHandler
(int syncId, PlayerInventory playerInventory, Inventory inventory, PropertyDelegate propertyDelegate) FurnaceScreenHandler
(int syncId, PlayerInventory playerInventory, Inventory inventory, PropertyDelegate propertyDelegate) Generic3x3ContainerScreenHandler
(int syncId, PlayerInventory playerInventory, Inventory inventory) GenericContainerScreenHandler
(ScreenHandlerType<?> type, int syncId, PlayerInventory playerInventory, Inventory inventory, int rows) HopperScreenHandler
(int syncId, PlayerInventory playerInventory, Inventory inventory) HorseScreenHandler
(int syncId, PlayerInventory playerInventory, Inventory inventory, AbstractHorseEntity entity) IngredientSlot
(Inventory inventory, int index, int x, int y) LecternScreenHandler
(int syncId, Inventory inventory, PropertyDelegate propertyDelegate) PaymentSlot
(Inventory inventory, int index, int x, int y) PotionSlot
(Inventory inventory, int index, int x, int y) ShulkerBoxScreenHandler
(int syncId, PlayerInventory playerInventory, Inventory inventory) SmokerScreenHandler
(int syncId, PlayerInventory playerInventory, Inventory inventory, PropertyDelegate propertyDelegate) -
Uses of Inventory in net.minecraft.screen.slot
ModifierConstructorDescriptionCraftingResultSlot
(PlayerEntity player, CraftingInventory input, Inventory inventory, int index, int x, int y) FurnaceFuelSlot
(AbstractFurnaceScreenHandler handler, Inventory inventory, int index, int x, int y) FurnaceOutputSlot
(PlayerEntity player, Inventory inventory, int index, int x, int y) ShulkerBoxSlot
(Inventory inventory, int index, int x, int y) -
Uses of Inventory in net.minecraft.server.command
Modifier and TypeMethodDescriptionprivate static Inventory
LootCommand.getBlockInventory
(ServerCommandSource source, BlockPos pos) private static Inventory
ItemCommand.getInventoryAtPos
(ServerCommandSource source, BlockPos pos, com.mojang.brigadier.exceptions.Dynamic3CommandExceptionType exception) -
Uses of Inventory in net.minecraft.server.network
Modifier and TypeMethodDescriptionvoid
ServerPlayerEntity.openHorseInventory
(AbstractHorseEntity horse, Inventory inventory) -
Uses of Inventory in net.minecraft.util
Modifier and TypeMethodDescriptionprivate static void
Spawns item entities frominventory
around the given position.static void
Spawns item entities frominventory
aroundentity
's position.static void
Spawns item entities frominventory
aroundpos
. -
Uses of Inventory in net.minecraft.village