Uses of Class
net.minecraft.world.item.crafting.AbstractCookingRecipe
Packages that use AbstractCookingRecipe
Package
Description
-
Uses of AbstractCookingRecipe in net.minecraft.data.recipes
Methods in net.minecraft.data.recipes with type parameters of type AbstractCookingRecipeModifier and TypeMethodDescriptionprotected <T extends AbstractCookingRecipe>
voidRecipeProvider.cookRecipes
(String p_126008_, RecipeSerializer<T> p_250529_, AbstractCookingRecipe.Factory<T> p_312449_, int p_126010_) static <T extends AbstractCookingRecipe>
SimpleCookingRecipeBuilderSimpleCookingRecipeBuilder.generic
(Ingredient p_250999_, RecipeCategory p_248815_, ItemStack result, float p_251320_, int p_248693_, RecipeSerializer<T> p_250921_, AbstractCookingRecipe.Factory<T> p_312657_) static <T extends AbstractCookingRecipe>
SimpleCookingRecipeBuilderSimpleCookingRecipeBuilder.generic
(Ingredient p_250999_, RecipeCategory p_248815_, ItemLike p_249766_, float p_251320_, int p_248693_, RecipeSerializer<T> p_250921_, AbstractCookingRecipe.Factory<T> p_312657_) protected <T extends AbstractCookingRecipe>
voidRecipeProvider.oreCooking
(RecipeSerializer<T> p_251817_, AbstractCookingRecipe.Factory<T> p_312707_, List<ItemLike> p_249619_, RecipeCategory p_251154_, ItemLike p_250066_, float p_251871_, int p_251316_, String p_251450_, String p_249236_) protected <T extends AbstractCookingRecipe>
voidRecipeProvider.simpleCookingRecipe
(String p_249709_, RecipeSerializer<T> p_251876_, AbstractCookingRecipe.Factory<T> p_312056_, int p_249258_, ItemLike p_250669_, ItemLike p_250224_, float p_252138_) Method parameters in net.minecraft.data.recipes with type arguments of type AbstractCookingRecipeModifier and TypeMethodDescriptionprivate static CookingBookCategory
SimpleCookingRecipeBuilder.determineRecipeCategory
(RecipeSerializer<? extends AbstractCookingRecipe> p_251261_, ItemLike p_249582_) -
Uses of AbstractCookingRecipe in net.minecraft.world.inventory
Fields in net.minecraft.world.inventory with type parameters of type AbstractCookingRecipeModifier and TypeFieldDescriptionprivate final RecipeType
<? extends AbstractCookingRecipe> AbstractFurnaceMenu.recipeType
Constructor parameters in net.minecraft.world.inventory with type arguments of type AbstractCookingRecipeModifierConstructorDescriptionprotected
AbstractFurnaceMenu
(MenuType<?> p_38966_, RecipeType<? extends AbstractCookingRecipe> p_38967_, ResourceKey<RecipePropertySet> p_380333_, RecipeBookType p_38968_, int p_38969_, Inventory p_38970_) protected
AbstractFurnaceMenu
(MenuType<?> p_38960_, RecipeType<? extends AbstractCookingRecipe> p_38961_, ResourceKey<RecipePropertySet> p_379773_, RecipeBookType p_38962_, int p_38963_, Inventory p_38964_, Container p_379971_, ContainerData p_379737_) -
Uses of AbstractCookingRecipe in net.minecraft.world.item.crafting
Classes in net.minecraft.world.item.crafting with type parameters of type AbstractCookingRecipeModifier and TypeInterfaceDescriptionstatic interface
static class
Subclasses of AbstractCookingRecipe in net.minecraft.world.item.craftingModifier and TypeClassDescriptionclass
class
class
class
Methods in net.minecraft.world.item.crafting that return types with arguments of type AbstractCookingRecipeModifier and TypeMethodDescriptionabstract RecipeSerializer
<? extends AbstractCookingRecipe> AbstractCookingRecipe.getSerializer()
abstract RecipeType
<? extends AbstractCookingRecipe> AbstractCookingRecipe.getType()
-
Uses of AbstractCookingRecipe in net.minecraft.world.level.block.entity
Fields in net.minecraft.world.level.block.entity with type parameters of type AbstractCookingRecipeModifier and TypeFieldDescriptionprivate final RecipeManager.CachedCheck
<SingleRecipeInput, ? extends AbstractCookingRecipe> AbstractFurnaceBlockEntity.quickCheck
private final RecipeType
<? extends AbstractCookingRecipe> AbstractFurnaceBlockEntity.recipeType
Method parameters in net.minecraft.world.level.block.entity with type arguments of type AbstractCookingRecipeModifier and TypeMethodDescriptionprivate static boolean
AbstractFurnaceBlockEntity.burn
(RegistryAccess p_266740_, RecipeHolder<? extends AbstractCookingRecipe> p_300910_, SingleRecipeInput p_380269_, NonNullList<ItemStack> p_267073_, int p_267157_) private static boolean
AbstractFurnaceBlockEntity.canBurn
(RegistryAccess p_266924_, RecipeHolder<? extends AbstractCookingRecipe> p_301107_, SingleRecipeInput p_380038_, NonNullList<ItemStack> p_155007_, int p_155008_) Constructor parameters in net.minecraft.world.level.block.entity with type arguments of type AbstractCookingRecipeModifierConstructorDescriptionprotected
AbstractFurnaceBlockEntity
(BlockEntityType<?> p_154991_, BlockPos p_154992_, BlockState p_154993_, RecipeType<? extends AbstractCookingRecipe> p_154994_)