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 pPossibleRecipes, StackedItemContents pStackedItemContents) protected void
FurnaceRecipeBookComponent.selectMatchingRecipes
(RecipeCollection pPossibleRecipes, StackedItemContents pStackedItemContents) 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 pStackedContents) -
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 pStackedItemContents) void
AbstractFurnaceMenu.fillCraftSlotsStackedContents
(StackedItemContents pStackedItemContents) abstract void
RecipeBookMenu.fillCraftSlotsStackedContents
(StackedItemContents pStackedItemContents) void
StackedContentsCompatible.fillStackedContents
(StackedItemContents pStackedContents) void
TransientCraftingContainer.fillStackedContents
(StackedItemContents pStackedContents) -
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 pStackedContents) void
CrafterBlockEntity.fillStackedContents
(StackedItemContents pStackedContents)