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 RecipeItemHelper
RecipeBookGui. stackedContents
Methods in net.minecraft.client.gui.recipebook with parameters of type RecipeItemHelper Modifier and Type Method Description void
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 RecipeItemHelper Modifier and Type Method Description void
PlayerInventory. 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 void
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 RecipeItemHelper Modifier and Type Method Description void
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 RecipeItemHelper Modifier and Type Field Description protected RecipeItemHelper
ServerRecipePlacer. stackedContents
-
Uses of RecipeItemHelper in net.minecraft.tileentity
Methods in net.minecraft.tileentity with parameters of type RecipeItemHelper Modifier and Type Method Description void
AbstractFurnaceTileEntity. fillStackedContents(RecipeItemHelper p_194018_1_)
-