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 StackedItemContentsRecipeBookComponent.stackedContentsMethods in net.minecraft.client.gui.screens.recipebook with parameters of type StackedItemContentsModifier and TypeMethodDescriptionprotected voidCraftingRecipeBookComponent.selectMatchingRecipes(RecipeCollection p_363827_, StackedItemContents p_362085_) protected voidFurnaceRecipeBookComponent.selectMatchingRecipes(RecipeCollection p_361156_, StackedItemContents p_362080_) protected abstract voidRecipeBookComponent.selectMatchingRecipes(RecipeCollection pPossibleRecipes, StackedItemContents pStackedItemContents) voidRecipeCollection.selectRecipes(StackedItemContents pStackedItemContents, Predicate<RecipeDisplay> pFilter) -
Uses of StackedItemContents in net.minecraft.recipebook
Methods in net.minecraft.recipebook with parameters of type StackedItemContentsModifier and TypeMethodDescriptionvoidServerPlaceRecipe.CraftingMenuAccess.fillCraftSlotsStackedContents(StackedItemContents pStackedItemContents) private voidServerPlaceRecipe.placeRecipe(RecipeHolder<R> pRecipe, StackedItemContents pStackedItemContents) private RecipeBookMenu.PostPlaceActionServerPlaceRecipe.tryPlaceRecipe(RecipeHolder<R> pRecipe, StackedItemContents pStackedItemContents) -
Uses of StackedItemContents in net.minecraft.world
Methods in net.minecraft.world with parameters of type StackedItemContentsModifier and TypeMethodDescriptionvoidSimpleContainer.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 TypeMethodDescriptionvoidInventory.fillStackedContents(StackedItemContents pContents) -
Uses of StackedItemContents in net.minecraft.world.inventory
Methods in net.minecraft.world.inventory with parameters of type StackedItemContentsModifier and TypeMethodDescriptionvoidAbstractCraftingMenu.fillCraftSlotsStackedContents(StackedItemContents p_360753_) voidAbstractFurnaceMenu.fillCraftSlotsStackedContents(StackedItemContents p_363436_) abstract voidRecipeBookMenu.fillCraftSlotsStackedContents(StackedItemContents pStackedItemContents) voidStackedContentsCompatible.fillStackedContents(StackedItemContents pStackedContents) voidTransientCraftingContainer.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 TypeMethodDescriptionbooleanRecipeDisplayEntry.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 TypeMethodDescriptionvoidAbstractFurnaceBlockEntity.fillStackedContents(StackedItemContents p_363281_) voidCrafterBlockEntity.fillStackedContents(StackedItemContents p_364629_)