Uses of Class
net.minecraft.item.crafting.AbstractCookingRecipe
-
Packages that use AbstractCookingRecipe Package Description net.minecraft.data net.minecraft.inventory.container net.minecraft.item.crafting net.minecraft.tileentity -
-
Uses of AbstractCookingRecipe in net.minecraft.data
Fields in net.minecraft.data with type parameters of type AbstractCookingRecipe Modifier and Type Field Description private IRecipeSerializer<? extends AbstractCookingRecipe>
CookingRecipeBuilder.Result. serializer
Constructor parameters in net.minecraft.data with type arguments of type AbstractCookingRecipe Constructor Description Result(ResourceLocation p_i50605_1_, java.lang.String p_i50605_2_, Ingredient p_i50605_3_, Item p_i50605_4_, float p_i50605_5_, int p_i50605_6_, Advancement.Builder p_i50605_7_, ResourceLocation p_i50605_8_, IRecipeSerializer<? extends AbstractCookingRecipe> p_i50605_9_)
-
Uses of AbstractCookingRecipe in net.minecraft.inventory.container
Fields in net.minecraft.inventory.container with type parameters of type AbstractCookingRecipe Modifier and Type Field Description private IRecipeType<? extends AbstractCookingRecipe>
AbstractFurnaceContainer. recipeType
Constructor parameters in net.minecraft.inventory.container with type arguments of type AbstractCookingRecipe Constructor Description AbstractFurnaceContainer(ContainerType<?> p_i241921_1_, IRecipeType<? extends AbstractCookingRecipe> p_i241921_2_, RecipeBookCategory p_i241921_3_, int p_i241921_4_, PlayerInventory p_i241921_5_)
AbstractFurnaceContainer(ContainerType<?> p_i241922_1_, IRecipeType<? extends AbstractCookingRecipe> p_i241922_2_, RecipeBookCategory p_i241922_3_, int p_i241922_4_, PlayerInventory p_i241922_5_, IInventory p_i241922_6_, IIntArray p_i241922_7_)
-
Uses of AbstractCookingRecipe in net.minecraft.item.crafting
Classes in net.minecraft.item.crafting with type parameters of type AbstractCookingRecipe Modifier and Type Class Description class
CookingRecipeSerializer<T extends AbstractCookingRecipe>
(package private) static interface
CookingRecipeSerializer.IFactory<T extends AbstractCookingRecipe>
Subclasses of AbstractCookingRecipe in net.minecraft.item.crafting Modifier and Type Class Description class
BlastingRecipe
class
CampfireCookingRecipe
class
FurnaceRecipe
class
SmokingRecipe
-
Uses of AbstractCookingRecipe in net.minecraft.tileentity
Fields in net.minecraft.tileentity with type parameters of type AbstractCookingRecipe Modifier and Type Field Description protected IRecipeType<? extends AbstractCookingRecipe>
AbstractFurnaceTileEntity. recipeType
Constructor parameters in net.minecraft.tileentity with type arguments of type AbstractCookingRecipe Constructor Description AbstractFurnaceTileEntity(TileEntityType<?> p_i49964_1_, IRecipeType<? extends AbstractCookingRecipe> p_i49964_2_)
-