Uses of Interface
net.minecraft.recipe.CraftingRecipe
Packages that use CraftingRecipe
-
Uses of CraftingRecipe in net.minecraft.block
Methods in net.minecraft.block that return types with arguments of type CraftingRecipeModifier and TypeMethodDescriptionstatic Optional<CraftingRecipe>CrafterBlock.getCraftingRecipe(World world, RecipeInputInventory inputInventory) -
Uses of CraftingRecipe in net.minecraft.recipe
Classes in net.minecraft.recipe with type parameters of type CraftingRecipeModifier and TypeClassDescriptionclassSpecialRecipeSerializer<T extends CraftingRecipe>A serializer for hardcoded recipes.static interfaceSpecialRecipeSerializer.Factory<T extends CraftingRecipe>Classes in net.minecraft.recipe that implement CraftingRecipeModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassFields in net.minecraft.recipe declared as CraftingRecipeModifier and TypeFieldDescriptionprivate final @Nullable CraftingRecipeRecipeCache.CachedRecipe.valueThe field for thevaluerecord component.Fields in net.minecraft.recipe with type parameters of type CraftingRecipeMethods in net.minecraft.recipe that return CraftingRecipeModifier and TypeMethodDescriptionRecipeCache.CachedRecipe.value()Returns the value of thevaluerecord component.Methods in net.minecraft.recipe that return types with arguments of type CraftingRecipeModifier and TypeMethodDescriptionprivate Optional<CraftingRecipe>RecipeCache.getAndCacheRecipe(RecipeInputInventory inputInventory, World world) RecipeCache.getRecipe(World world, RecipeInputInventory inputInventory) Methods in net.minecraft.recipe with parameters of type CraftingRecipeModifier and TypeMethodDescriptionprivate voidRecipeCache.cache(List<ItemStack> inputStacks, @Nullable CraftingRecipe recipe) Constructors in net.minecraft.recipe with parameters of type CraftingRecipeModifierConstructorDescription(package private)CachedRecipe(DefaultedList<ItemStack> defaultedList, @Nullable CraftingRecipe craftingRecipe)