Uses of Class
net.minecraft.world.entity.player.StackedItemContents
Packages that use StackedItemContents
Package
Description
-
Uses of StackedItemContents in net.minecraft.client.gui.screens.recipebook
Fields in net.minecraft.client.gui.screens.recipebook declared as StackedItemContentsModifier and TypeFieldDescriptionprivate final StackedItemContents
RecipeBookComponent.stackedContents
Methods in net.minecraft.client.gui.screens.recipebook with parameters of type StackedItemContentsModifier and TypeMethodDescriptionprotected void
CraftingRecipeBookComponent.selectMatchingRecipes
(RecipeCollection p_363827_, StackedItemContents p_362085_) protected void
FurnaceRecipeBookComponent.selectMatchingRecipes
(RecipeCollection p_361156_, StackedItemContents p_362080_) protected abstract void
RecipeBookComponent.selectMatchingRecipes
(RecipeCollection p_360862_, StackedItemContents p_363036_) void
RecipeCollection.selectRecipes
(StackedItemContents p_379685_, Predicate<RecipeDisplay> p_379624_) -
Uses of StackedItemContents in net.minecraft.recipebook
Methods in net.minecraft.recipebook with parameters of type StackedItemContentsModifier and TypeMethodDescriptionvoid
ServerPlaceRecipe.CraftingMenuAccess.fillCraftSlotsStackedContents
(StackedItemContents p_362423_) private void
ServerPlaceRecipe.placeRecipe
(RecipeHolder<R> p_364551_, StackedItemContents p_362416_) private RecipeBookMenu.PostPlaceAction
ServerPlaceRecipe.tryPlaceRecipe
(RecipeHolder<R> p_362187_, StackedItemContents p_361415_) -
Uses of StackedItemContents in net.minecraft.world
Methods in net.minecraft.world with parameters of type StackedItemContentsModifier and TypeMethodDescriptionvoid
SimpleContainer.fillStackedContents
(StackedItemContents p_361025_) -
Uses of StackedItemContents in net.minecraft.world.entity.player
Methods in net.minecraft.world.entity.player with parameters of type StackedItemContentsModifier and TypeMethodDescriptionvoid
Inventory.fillStackedContents
(StackedItemContents p_360737_) -
Uses of StackedItemContents in net.minecraft.world.inventory
Methods in net.minecraft.world.inventory with parameters of type StackedItemContentsModifier and TypeMethodDescriptionvoid
AbstractCraftingMenu.fillCraftSlotsStackedContents
(StackedItemContents p_360753_) void
AbstractFurnaceMenu.fillCraftSlotsStackedContents
(StackedItemContents p_363436_) abstract void
RecipeBookMenu.fillCraftSlotsStackedContents
(StackedItemContents p_362236_) void
StackedContentsCompatible.fillStackedContents
(StackedItemContents p_364785_) void
TransientCraftingContainer.fillStackedContents
(StackedItemContents p_362501_) -
Uses of StackedItemContents in net.minecraft.world.item.crafting
Fields in net.minecraft.world.item.crafting declared as StackedItemContentsMethods in net.minecraft.world.item.crafting that return StackedItemContents -
Uses of StackedItemContents in net.minecraft.world.item.crafting.display
Methods in net.minecraft.world.item.crafting.display with parameters of type StackedItemContentsModifier and TypeMethodDescriptionboolean
RecipeDisplayEntry.canCraft
(StackedItemContents p_379995_) -
Uses of StackedItemContents in net.minecraft.world.level.block.entity
Methods in net.minecraft.world.level.block.entity with parameters of type StackedItemContentsModifier and TypeMethodDescriptionvoid
AbstractFurnaceBlockEntity.fillStackedContents
(StackedItemContents p_363281_) void
CrafterBlockEntity.fillStackedContents
(StackedItemContents p_364629_)