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 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 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 pHelper) -
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 pStackedContent) -
Uses of StackedContents in net.minecraft.world.inventory
Methods in net.minecraft.world.inventory with parameters of type StackedContentsModifier and TypeMethodDescriptionvoid
AbstractFurnaceMenu.fillCraftSlotsStackedContents
(StackedContents pItemHelper) void
CraftingMenu.fillCraftSlotsStackedContents
(StackedContents pItemHelper) void
InventoryMenu.fillCraftSlotsStackedContents
(StackedContents pItemHelper) abstract void
RecipeBookMenu.fillCraftSlotsStackedContents
(StackedContents pItemHelper) void
StackedContentsCompatible.fillStackedContents
(StackedContents pContents) void
TransientCraftingContainer.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 TypeMethodDescriptionvoid
AbstractFurnaceBlockEntity.fillStackedContents
(StackedContents pHelper) void
CrafterBlockEntity.fillStackedContents
(StackedContents pContents) -
Uses of StackedContents in net.neoforged.neoforge.oldtest.recipebook
Methods in net.neoforged.neoforge.oldtest.recipebook with parameters of type StackedContentsModifier and TypeMethodDescriptionvoid
RecipeBookTestMenu.fillCraftSlotsStackedContents
(StackedContents contents)