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 StackedContents
RecipeBookComponent.stackedContents
Methods in net.minecraft.client.gui.screens.recipebook with parameters of type StackedContentsModifier and TypeMethodDescriptionvoid
RecipeCollection.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 StackedContents
ServerPlaceRecipe.stackedContents
-
Uses of StackedContents in net.minecraft.world
Methods in net.minecraft.world with parameters of type StackedContentsModifier and TypeMethodDescriptionvoid
SimpleContainer.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 TypeMethodDescriptionvoid
Inventory.fillStackedContents
(StackedContents stackedContent) -
Uses of StackedContents in net.minecraft.world.inventory
Methods in net.minecraft.world.inventory with parameters of type StackedContentsModifier and TypeMethodDescriptionvoid
AbstractFurnaceMenu.fillCraftSlotsStackedContents
(StackedContents itemHelper) void
CraftingMenu.fillCraftSlotsStackedContents
(StackedContents itemHelper) void
InventoryMenu.fillCraftSlotsStackedContents
(StackedContents itemHelper) abstract void
RecipeBookMenu.fillCraftSlotsStackedContents
(StackedContents itemHelper) void
StackedContentsCompatible.fillStackedContents
(StackedContents contents) void
TransientCraftingContainer.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 TypeMethodDescriptionvoid
AbstractFurnaceBlockEntity.fillStackedContents
(StackedContents helper) void
CrafterBlockEntity.fillStackedContents
(StackedContents contents)