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 pPossibleRecipes, StackedItemContents pStackedItemContents) void
RecipeCollection.selectRecipes
(StackedItemContents pStackedItemContents, Predicate<RecipeDisplay> pFilter) -
Uses of StackedItemContents in net.minecraft.recipebook
Methods in net.minecraft.recipebook with parameters of type StackedItemContentsModifier and TypeMethodDescriptionvoid
ServerPlaceRecipe.CraftingMenuAccess.fillCraftSlotsStackedContents
(StackedItemContents pStackedItemContents) private void
ServerPlaceRecipe.placeRecipe
(RecipeHolder<R> pRecipe, StackedItemContents pStackedItemContents) private RecipeBookMenu.PostPlaceAction
ServerPlaceRecipe.tryPlaceRecipe
(RecipeHolder<R> pRecipe, StackedItemContents pStackedItemContents) -
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 pContents) -
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 pStackedItemContents) void
StackedContentsCompatible.fillStackedContents
(StackedItemContents pStackedContents) 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 pStackedItemContents) -
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_)