Uses of Interface
net.minecraft.world.item.crafting.CraftingRecipe
Packages that use CraftingRecipe
- 
Uses of CraftingRecipe in net.minecraft.world.item.craftingClasses in net.minecraft.world.item.crafting with type parameters of type CraftingRecipeModifier and TypeClassDescriptionclassSimpleCraftingRecipeSerializer<T extends CraftingRecipe>static interfaceClasses in net.minecraft.world.item.crafting that implement CraftingRecipeModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassFields in net.minecraft.world.item.crafting declared as CraftingRecipeModifier and TypeFieldDescriptionprivate final CraftingRecipeRecipeCache.Entry.valueThe field for thevaluerecord component.Fields in net.minecraft.world.item.crafting with type parameters of type CraftingRecipeMethods in net.minecraft.world.item.crafting that return CraftingRecipeModifier and TypeMethodDescriptionRecipeCache.Entry.value()Returns the value of thevaluerecord component.Methods in net.minecraft.world.item.crafting that return types with arguments of type CraftingRecipeModifier and TypeMethodDescriptionprivate Optional<CraftingRecipe>RecipeCache.compute(CraftingContainer p_307329_, Level p_307202_) RecipeCache.get(Level p_307315_, CraftingContainer p_307684_) Methods in net.minecraft.world.item.crafting with parameters of type CraftingRecipeModifier and TypeMethodDescriptionprivate voidRecipeCache.insert(List<ItemStack> p_307307_, CraftingRecipe p_307338_) Constructors in net.minecraft.world.item.crafting with parameters of type CraftingRecipeModifierConstructorDescription(package private)Entry(NonNullList<ItemStack> key, CraftingRecipe value) Creates an instance of aEntryrecord class.
- 
Uses of CraftingRecipe in net.minecraft.world.level.blockMethods in net.minecraft.world.level.block that return types with arguments of type CraftingRecipeModifier and TypeMethodDescriptionstatic Optional<CraftingRecipe>CrafterBlock.getPotentialResults(Level p_307625_, CraftingContainer p_307549_)