Uses of Class
net.minecraft.world.entity.player.StackedContents
Packages that use StackedContents
Package
Description
-
Uses of StackedContents in net.minecraft.client.gui.screens.recipebook
Fields in net.minecraft.client.gui.screens.recipebook declared as StackedContentsModifier and TypeFieldDescriptionprivate final StackedContentsRecipeBookComponent.stackedContentsMethods in net.minecraft.client.gui.screens.recipebook with parameters of type StackedContentsModifier and TypeMethodDescriptionvoidRecipeCollection.canCraft(StackedContents handler, int width, int height, RecipeBook book) -
Uses of StackedContents in net.minecraft.recipebook
Fields in net.minecraft.recipebook declared as StackedContentsModifier and TypeFieldDescriptionprotected final StackedContentsServerPlaceRecipe.stackedContents -
Uses of StackedContents in net.minecraft.world
Methods in net.minecraft.world with parameters of type StackedContentsModifier and TypeMethodDescriptionvoidSimpleContainer.fillStackedContents(StackedContents helper) -
Uses of StackedContents in net.minecraft.world.entity.player
Methods in net.minecraft.world.entity.player with parameters of type StackedContentsModifier and TypeMethodDescriptionvoidInventory.fillStackedContents(StackedContents stackedContent) -
Uses of StackedContents in net.minecraft.world.inventory
Methods in net.minecraft.world.inventory with parameters of type StackedContentsModifier and TypeMethodDescriptionvoidAbstractFurnaceMenu.fillCraftSlotsStackedContents(StackedContents itemHelper) voidCraftingMenu.fillCraftSlotsStackedContents(StackedContents itemHelper) voidInventoryMenu.fillCraftSlotsStackedContents(StackedContents itemHelper) abstract voidRecipeBookMenu.fillCraftSlotsStackedContents(StackedContents itemHelper) voidStackedContentsCompatible.fillStackedContents(StackedContents contents) voidTransientCraftingContainer.fillStackedContents(StackedContents contents) -
Uses of StackedContents in net.minecraft.world.item.crafting
Fields in net.minecraft.world.item.crafting declared as StackedContentsMethods in net.minecraft.world.item.crafting that return StackedContents -
Uses of StackedContents in net.minecraft.world.level.block.entity
Methods in net.minecraft.world.level.block.entity with parameters of type StackedContentsModifier and TypeMethodDescriptionvoidAbstractFurnaceBlockEntity.fillStackedContents(StackedContents helper) voidCrafterBlockEntity.fillStackedContents(StackedContents contents)