Uses of Class
net.minecraft.item.crafting.RecipeItemHelper
Packages that use RecipeItemHelper
Package
Description
-
Uses of RecipeItemHelper in net.minecraft.client.gui.recipebook
Fields in net.minecraft.client.gui.recipebook declared as RecipeItemHelperMethods in net.minecraft.client.gui.recipebook with parameters of type RecipeItemHelperModifier and TypeMethodDescriptionvoid
RecipeList.canCraft
(RecipeItemHelper p_194210_1_, int p_194210_2_, int p_194210_3_, RecipeBook p_194210_4_) -
Uses of RecipeItemHelper in net.minecraft.entity.player
Methods in net.minecraft.entity.player with parameters of type RecipeItemHelperModifier and TypeMethodDescriptionvoid
PlayerInventory.fillStackedContents
(RecipeItemHelper p_201571_1_) -
Uses of RecipeItemHelper in net.minecraft.inventory
Methods in net.minecraft.inventory with parameters of type RecipeItemHelperModifier and TypeMethodDescriptionvoid
CraftingInventory.fillStackedContents
(RecipeItemHelper p_194018_1_) void
Inventory.fillStackedContents
(RecipeItemHelper p_194018_1_) void
IRecipeHelperPopulator.fillStackedContents
(RecipeItemHelper p_194018_1_) -
Uses of RecipeItemHelper in net.minecraft.inventory.container
Methods in net.minecraft.inventory.container with parameters of type RecipeItemHelperModifier and TypeMethodDescriptionvoid
AbstractFurnaceContainer.fillCraftSlotsStackedContents
(RecipeItemHelper p_201771_1_) void
PlayerContainer.fillCraftSlotsStackedContents
(RecipeItemHelper p_201771_1_) abstract void
RecipeBookContainer.fillCraftSlotsStackedContents
(RecipeItemHelper p_201771_1_) void
WorkbenchContainer.fillCraftSlotsStackedContents
(RecipeItemHelper p_201771_1_) -
Uses of RecipeItemHelper in net.minecraft.item.crafting
Fields in net.minecraft.item.crafting declared as RecipeItemHelperModifier and TypeFieldDescriptionprotected final RecipeItemHelper
ServerRecipePlacer.stackedContents
-
Uses of RecipeItemHelper in net.minecraft.tileentity
Methods in net.minecraft.tileentity with parameters of type RecipeItemHelperModifier and TypeMethodDescriptionvoid
AbstractFurnaceTileEntity.fillStackedContents
(RecipeItemHelper p_194018_1_)