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 source, AbstractCookingRecipe.Factory<T> factory, int cookingTime) static <T extends AbstractCookingRecipe>
SimpleCookingRecipeBuilderSimpleCookingRecipeBuilder.generic(Ingredient ingredient, RecipeCategory craftingCategory, CookingBookCategory cookingCategory, ItemStack result, float experience, int cookingTime, AbstractCookingRecipe.Factory<T> factory) static <T extends AbstractCookingRecipe>
SimpleCookingRecipeBuilderSimpleCookingRecipeBuilder.generic(Ingredient ingredient, RecipeCategory craftingCategory, CookingBookCategory cookingCategory, ItemLike result, float experience, int cookingTime, AbstractCookingRecipe.Factory<T> factory) protected <T extends AbstractCookingRecipe>
voidRecipeProvider.oreCooking(AbstractCookingRecipe.Factory<T> factory, List<ItemLike> smeltables, RecipeCategory craftingCategory, CookingBookCategory cookingCategory, ItemLike result, float experience, int cookingTime, String group, String fromDesc) protected <T extends AbstractCookingRecipe>
voidRecipeProvider.simpleCookingRecipe(String source, AbstractCookingRecipe.Factory<T> factory, int cookingTime, ItemLike base, ItemLike result, float experience) -
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.recipeTypeConstructor parameters in net.minecraft.world.inventory with type arguments of type AbstractCookingRecipeModifierConstructorDescriptionprotectedAbstractFurnaceMenu(MenuType<?> menuType, RecipeType<? extends AbstractCookingRecipe> recipeType, ResourceKey<RecipePropertySet> allowedInputs, RecipeBookType recipeBookType, int containerId, Inventory inventory) protectedAbstractFurnaceMenu(MenuType<?> menuType, RecipeType<? extends AbstractCookingRecipe> recipeType, ResourceKey<RecipePropertySet> allowedInputs, RecipeBookType recipeBookType, int containerId, Inventory inventory, Container container, ContainerData data) -
Uses of AbstractCookingRecipe in net.minecraft.world.item.crafting
Classes in net.minecraft.world.item.crafting with type parameters of type AbstractCookingRecipeModifier and TypeInterfaceDescriptionstatic interfaceSubclasses of AbstractCookingRecipe in net.minecraft.world.item.craftingModifier and TypeClassDescriptionclassclassclassclassMethods in net.minecraft.world.item.crafting with type parameters of type AbstractCookingRecipeModifier and TypeMethodDescriptionstatic <T extends AbstractCookingRecipe>
com.mojang.serialization.MapCodec<T> AbstractCookingRecipe.cookingMapCodec(AbstractCookingRecipe.Factory<T> factory, int defaultCookingTime) static <T extends AbstractCookingRecipe>
StreamCodec<RegistryFriendlyByteBuf, T> AbstractCookingRecipe.cookingStreamCodec(AbstractCookingRecipe.Factory<T> factory) 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.quickCheckprivate final RecipeType<? extends AbstractCookingRecipe> AbstractFurnaceBlockEntity.recipeTypeConstructor parameters in net.minecraft.world.level.block.entity with type arguments of type AbstractCookingRecipeModifierConstructorDescriptionprotectedAbstractFurnaceBlockEntity(BlockEntityType<?> type, BlockPos worldPosition, BlockState blockState, RecipeType<? extends AbstractCookingRecipe> recipeType)