Uses of Class
net.minecraft.item.crafting.RecipeItemHelper
-
-
Uses of RecipeItemHelper in net.minecraft.client.gui.recipebook
Fields in net.minecraft.client.gui.recipebook declared as RecipeItemHelper Modifier and Type Field Description private RecipeItemHelperRecipeBookGui. stackedContentsMethods in net.minecraft.client.gui.recipebook with parameters of type RecipeItemHelper Modifier and Type Method Description voidRecipeList. 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 RecipeItemHelper Modifier and Type Method Description voidPlayerInventory. fillStackedContents(RecipeItemHelper p_201571_1_) -
Uses of RecipeItemHelper in net.minecraft.inventory
Methods in net.minecraft.inventory with parameters of type RecipeItemHelper Modifier and Type Method Description voidCraftingInventory. fillStackedContents(RecipeItemHelper p_194018_1_)voidInventory. fillStackedContents(RecipeItemHelper p_194018_1_)voidIRecipeHelperPopulator. fillStackedContents(RecipeItemHelper p_194018_1_) -
Uses of RecipeItemHelper in net.minecraft.inventory.container
Methods in net.minecraft.inventory.container with parameters of type RecipeItemHelper Modifier and Type Method Description voidAbstractFurnaceContainer. fillCraftSlotsStackedContents(RecipeItemHelper p_201771_1_)voidPlayerContainer. fillCraftSlotsStackedContents(RecipeItemHelper p_201771_1_)abstract voidRecipeBookContainer. fillCraftSlotsStackedContents(RecipeItemHelper p_201771_1_)voidWorkbenchContainer. fillCraftSlotsStackedContents(RecipeItemHelper p_201771_1_) -
Uses of RecipeItemHelper in net.minecraft.item.crafting
Fields in net.minecraft.item.crafting declared as RecipeItemHelper Modifier and Type Field Description protected RecipeItemHelperServerRecipePlacer. stackedContents -
Uses of RecipeItemHelper in net.minecraft.tileentity
Methods in net.minecraft.tileentity with parameters of type RecipeItemHelper Modifier and Type Method Description voidAbstractFurnaceTileEntity. fillStackedContents(RecipeItemHelper p_194018_1_)
-