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 collection, StackedItemContents stackedContents) protected voidFurnaceRecipeBookComponent.selectMatchingRecipes(RecipeCollection collection, StackedItemContents stackedContents) protected abstract voidRecipeBookComponent.selectMatchingRecipes(RecipeCollection collection, StackedItemContents stackedContents) voidRecipeCollection.selectRecipes(StackedItemContents stackedContents, Predicate<RecipeDisplay> selector) -
Uses of StackedItemContents in net.minecraft.recipebook
Methods in net.minecraft.recipebook with parameters of type StackedItemContentsModifier and TypeMethodDescriptionvoidServerPlaceRecipe.CraftingMenuAccess.fillCraftSlotsStackedContents(StackedItemContents stackedContents) private voidServerPlaceRecipe.placeRecipe(RecipeHolder<R> recipe, StackedItemContents availableItems) private RecipeBookMenu.PostPlaceActionServerPlaceRecipe.tryPlaceRecipe(RecipeHolder<R> recipe, StackedItemContents availableItems) -
Uses of StackedItemContents in net.minecraft.world
Methods in net.minecraft.world with parameters of type StackedItemContentsModifier and TypeMethodDescriptionvoidSimpleContainer.fillStackedContents(StackedItemContents contents) -
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 contents) -
Uses of StackedItemContents in net.minecraft.world.inventory
Methods in net.minecraft.world.inventory with parameters of type StackedItemContentsModifier and TypeMethodDescriptionvoidAbstractCraftingMenu.fillCraftSlotsStackedContents(StackedItemContents stackedContents) voidAbstractFurnaceMenu.fillCraftSlotsStackedContents(StackedItemContents stackedContents) abstract voidRecipeBookMenu.fillCraftSlotsStackedContents(StackedItemContents stackedContents) voidStackedContentsCompatible.fillStackedContents(StackedItemContents contents) voidTransientCraftingContainer.fillStackedContents(StackedItemContents contents) -
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 providedContents) -
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 contents) voidCrafterBlockEntity.fillStackedContents(StackedItemContents contents)