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 pHandler, int pWidth, int pHeight, RecipeBook pBook) -
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 pHelper) -
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 pStackedContent) -
Uses of StackedContents in net.minecraft.world.inventory
Methods in net.minecraft.world.inventory with parameters of type StackedContentsModifier and TypeMethodDescriptionvoidAbstractFurnaceMenu.fillCraftSlotsStackedContents(StackedContents pItemHelper) voidCraftingMenu.fillCraftSlotsStackedContents(StackedContents pItemHelper) voidInventoryMenu.fillCraftSlotsStackedContents(StackedContents pItemHelper) abstract voidRecipeBookMenu.fillCraftSlotsStackedContents(StackedContents pItemHelper) voidStackedContentsCompatible.fillStackedContents(StackedContents pContents) voidTransientCraftingContainer.fillStackedContents(StackedContents pContents) -
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 pHelper) voidCrafterBlockEntity.fillStackedContents(StackedContents pContents)