Uses of Interface
net.minecraft.world.item.crafting.CraftingRecipe
-
Uses of CraftingRecipe in net.minecraft.world.item.crafting
Modifier and TypeClassDescriptionclass
SimpleCraftingRecipeSerializer<T extends CraftingRecipe>
static interface
Modifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
Modifier and TypeFieldDescriptionprivate final CraftingRecipe
RecipeCache.Entry.value
The field for thevalue
record component.Modifier and TypeMethodDescriptionRecipeCache.Entry.value()
Returns the value of thevalue
record component.Modifier and TypeMethodDescriptionprivate Optional<CraftingRecipe>
RecipeCache.compute
(CraftingContainer p_307329_, Level p_307202_) RecipeCache.get
(Level p_307315_, CraftingContainer p_307684_) Modifier and TypeMethodDescriptionprivate void
RecipeCache.insert
(List<ItemStack> p_307307_, CraftingRecipe p_307338_) ModifierConstructorDescription(package private)
Entry
(NonNullList<ItemStack> key, CraftingRecipe value) Creates an instance of aEntry
record class. -
Uses of CraftingRecipe in net.minecraft.world.level.block
Modifier and TypeMethodDescriptionstatic Optional<CraftingRecipe>
CrafterBlock.getPotentialResults
(Level p_307625_, CraftingContainer p_307549_)