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 cookingMethod, RecipeSerializer<T> cookingSerializer, AbstractCookingRecipe.Factory<T> recipeFactory, int cookingTime) 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 ingredient, RecipeCategory category, ItemLike result, float experience, int cookingTime, RecipeSerializer<T> cookingSerializer, AbstractCookingRecipe.Factory<T> factory) protected <T extends AbstractCookingRecipe>
voidRecipeProvider.oreCooking(RecipeSerializer<T> serializer, AbstractCookingRecipe.Factory<T> recipeFactory, List<ItemLike> ingredients, RecipeCategory category, ItemLike result, float experience, int cookingTime, String group, String suffix) protected <T extends AbstractCookingRecipe>
voidRecipeProvider.simpleCookingRecipe(String cookingMethod, RecipeSerializer<T> cookingSerializer, AbstractCookingRecipe.Factory<T> recipeFactory, int cookingTime, ItemLike material, ItemLike result, float experience) Method parameters in net.minecraft.data.recipes with type arguments of type AbstractCookingRecipeModifier and TypeMethodDescriptionprivate static CookingBookCategorySimpleCookingRecipeBuilder.determineRecipeCategory(RecipeSerializer<? extends AbstractCookingRecipe> serializer, ItemLike result) -
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> acceptedInputs, RecipeBookType recipeBookType, int containerId, Inventory inventory) protectedAbstractFurnaceMenu(MenuType<?> menuType, RecipeType<? extends AbstractCookingRecipe> recipeType, ResourceKey<RecipePropertySet> acceptedInputs, 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 interfacestatic classSubclasses of AbstractCookingRecipe in net.minecraft.world.item.craftingModifier and TypeClassDescriptionclassclassclassclassMethods 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.recipeTypeMethod parameters in net.minecraft.world.level.block.entity with type arguments of type AbstractCookingRecipeModifier and TypeMethodDescriptionprivate static booleanAbstractFurnaceBlockEntity.burn(RegistryAccess registryAccess, RecipeHolder<? extends AbstractCookingRecipe> recipe, SingleRecipeInput recipeInput, NonNullList<ItemStack> items, int maxStackSize) private static booleanAbstractFurnaceBlockEntity.canBurn(RegistryAccess registryAccess, RecipeHolder<? extends AbstractCookingRecipe> recipe, SingleRecipeInput recipeInput, NonNullList<ItemStack> items, int maxStackSize) Constructor parameters in net.minecraft.world.level.block.entity with type arguments of type AbstractCookingRecipeModifierConstructorDescriptionprotectedAbstractFurnaceBlockEntity(BlockEntityType<?> type, BlockPos pos, BlockState blockState, RecipeType<? extends AbstractCookingRecipe> recipeType)