Uses of Interface
net.minecraft.recipe.CraftingRecipe
Packages that use CraftingRecipe
Package
Description
The base package for all Minecraft classes.
-
Uses of CraftingRecipe in net.minecraft
Fields in net.minecraft declared as CraftingRecipeModifier and TypeFieldDescriptionprivate final @Nullable CraftingRecipe
class_8884.class_8885.value
The field for thevalue
record component.Methods in net.minecraft that return CraftingRecipeModifier and TypeMethodDescriptionclass_8884.class_8885.value()
Returns the value of thevalue
record component.Methods in net.minecraft that return types with arguments of type CraftingRecipeModifier and TypeMethodDescriptionprivate Optional<CraftingRecipe>
class_8884.method_54468
(RecipeInputInventory recipeInputInventory, World world) class_8884.method_54470
(World world, RecipeInputInventory recipeInputInventory) static Optional<CraftingRecipe>
class_8886.method_54475
(World world, RecipeInputInventory recipeInputInventory) Methods in net.minecraft with parameters of type CraftingRecipeModifier and TypeMethodDescriptionprivate void
class_8884.method_54471
(List<ItemStack> list, @Nullable CraftingRecipe craftingRecipe) Constructors in net.minecraft with parameters of type CraftingRecipeModifierConstructorDescription(package private)
class_8885
(DefaultedList<ItemStack> defaultedList, @Nullable CraftingRecipe craftingRecipe) -
Uses of CraftingRecipe in net.minecraft.data.server.recipe
Method parameters in net.minecraft.data.server.recipe with type arguments of type CraftingRecipeModifier and TypeMethodDescriptionstatic ComplexRecipeJsonBuilder
ComplexRecipeJsonBuilder.create
(RecipeSerializer<? extends CraftingRecipe> serializer) -
Uses of CraftingRecipe in net.minecraft.recipe
Classes in net.minecraft.recipe with type parameters of type CraftingRecipeModifier and TypeClassDescriptionclass
SpecialRecipeSerializer<T extends CraftingRecipe>
A serializer for hardcoded recipes.static interface
SpecialRecipeSerializer.Factory<T extends CraftingRecipe>
Classes in net.minecraft.recipe 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.recipe with type parameters of type CraftingRecipe