Uses of Class
net.minecraft.world.item.crafting.AbstractCookingRecipe
Packages that use AbstractCookingRecipe
Package
Description
-
Uses of AbstractCookingRecipe in net.minecraft.data.recipes
Fields in net.minecraft.data.recipes with type parameters of type AbstractCookingRecipeModifier and TypeFieldDescriptionprivate final RecipeSerializer<? extends AbstractCookingRecipe>
SimpleCookingRecipeBuilder.Result.serializer
Constructor parameters in net.minecraft.data.recipes with type arguments of type AbstractCookingRecipeModifierConstructorDescriptionResult
(ResourceLocation p_126287_, String p_126288_, Ingredient p_126289_, Item p_126290_, float p_126291_, int p_126292_, Advancement.Builder p_126293_, ResourceLocation p_126294_, RecipeSerializer<? extends AbstractCookingRecipe> p_126295_) -
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_38960_, RecipeType<? extends AbstractCookingRecipe> p_38961_, RecipeBookType p_38962_, int p_38963_, Inventory p_38964_) protected
AbstractFurnaceMenu
(MenuType<?> p_38966_, RecipeType<? extends AbstractCookingRecipe> p_38967_, RecipeBookType p_38968_, int p_38969_, Inventory p_38970_, Container p_38971_, ContainerData p_38972_) -
Uses of AbstractCookingRecipe in net.minecraft.world.item.crafting
Classes in net.minecraft.world.item.crafting with type parameters of type AbstractCookingRecipeModifier and TypeClassDescriptionclass
SimpleCookingSerializer<T extends AbstractCookingRecipe>
(package private) static interface
Subclasses of AbstractCookingRecipe in net.minecraft.world.item.craftingModifier and TypeClassDescriptionclass
class
class
class
-
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 RecipeType<? extends AbstractCookingRecipe>
AbstractFurnaceBlockEntity.recipeType
Method parameters in net.minecraft.world.level.block.entity with type arguments of type AbstractCookingRecipeModifier and TypeMethodDescriptionprivate static int
AbstractFurnaceBlockEntity.getTotalCookTime
(Level p_155010_, RecipeType<? extends AbstractCookingRecipe> p_155011_, Container p_155012_) 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_)