Uses of Interface
net.minecraft.world.item.crafting.CraftingRecipe
Packages that use CraftingRecipe
-
Uses of CraftingRecipe in net.minecraft.world.item.crafting
Classes in net.minecraft.world.item.crafting with type parameters of type CraftingRecipeModifier and TypeClassDescriptionclass
SimpleCraftingRecipeSerializer<T extends CraftingRecipe>
static interface
Classes in net.minecraft.world.item.crafting that implement CraftingRecipeModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
Fields in net.minecraft.world.item.crafting declared as CraftingRecipeModifier and TypeFieldDescriptionprivate final CraftingRecipe
RecipeCache.Entry.value
The field for thevalue
record 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 thevalue
record component.Methods in net.minecraft.world.item.crafting that return types with arguments of type CraftingRecipeModifier and TypeMethodDescriptionprivate Optional<CraftingRecipe>
RecipeCache.compute
(CraftingContainer p_309716_, Level p_309968_) RecipeCache.get
(Level p_311354_, CraftingContainer p_310846_) Methods in net.minecraft.world.item.crafting with parameters of type CraftingRecipeModifier and TypeMethodDescriptionprivate void
RecipeCache.insert
(List<ItemStack> p_313121_, CraftingRecipe p_311497_) Constructors in net.minecraft.world.item.crafting with parameters of type CraftingRecipeModifierConstructorDescription(package private)
Entry
(NonNullList<ItemStack> key, CraftingRecipe value) Creates an instance of aEntry
record class. -
Uses of CraftingRecipe in net.minecraft.world.level.block
Methods in net.minecraft.world.level.block that return types with arguments of type CraftingRecipeModifier and TypeMethodDescriptionstatic Optional<CraftingRecipe>
CrafterBlock.getPotentialResults
(Level p_311236_, CraftingContainer p_311957_)