Uses of Class
net.minecraft.recipe.AbstractCookingRecipe
Packages that use AbstractCookingRecipe
Package
Description
-
Uses of AbstractCookingRecipe in net.minecraft.block.entity
Fields in net.minecraft.block.entity with type parameters of type AbstractCookingRecipeModifier and TypeFieldDescriptionprivate final ServerRecipeManager.MatchGetter
<SingleStackRecipeInput, ? extends AbstractCookingRecipe> AbstractFurnaceBlockEntity.matchGetter
Method parameters in net.minecraft.block.entity with type arguments of type AbstractCookingRecipeModifier and TypeMethodDescriptionprivate static boolean
AbstractFurnaceBlockEntity.canAcceptRecipeOutput
(DynamicRegistryManager dynamicRegistryManager, @Nullable RecipeEntry<? extends AbstractCookingRecipe> recipe, SingleStackRecipeInput input, DefaultedList<ItemStack> inventory, int maxCount) private static boolean
AbstractFurnaceBlockEntity.craftRecipe
(DynamicRegistryManager dynamicRegistryManager, @Nullable RecipeEntry<? extends AbstractCookingRecipe> recipe, SingleStackRecipeInput input, DefaultedList<ItemStack> inventory, int maxCount) Constructor parameters in net.minecraft.block.entity with type arguments of type AbstractCookingRecipeModifierConstructorDescriptionprotected
AbstractFurnaceBlockEntity
(BlockEntityType<?> blockEntityType, BlockPos pos, BlockState state, RecipeType<? extends AbstractCookingRecipe> recipeType) -
Uses of AbstractCookingRecipe in net.minecraft.data.recipe
Methods in net.minecraft.data.recipe with type parameters of type AbstractCookingRecipeModifier and TypeMethodDescriptionstatic <T extends AbstractCookingRecipe>
CookingRecipeJsonBuilderCookingRecipeJsonBuilder.create
(Ingredient input, RecipeCategory category, ItemConvertible output, float experience, int cookingTime, RecipeSerializer<T> serializer, AbstractCookingRecipe.RecipeFactory<T> recipeFactory) protected <T extends AbstractCookingRecipe>
voidRecipeGenerator.generateCookingRecipes
(String cooker, RecipeSerializer<T> serializer, AbstractCookingRecipe.RecipeFactory<T> recipeFactory, int cookingTime) private <T extends AbstractCookingRecipe>
voidRecipeGenerator.offerFoodCookingRecipe
(String cooker, RecipeSerializer<T> serializer, AbstractCookingRecipe.RecipeFactory<T> recipeFactory, int cookingTime, ItemConvertible input, ItemConvertible output, float experience) private <T extends AbstractCookingRecipe>
voidRecipeGenerator.offerMultipleOptions
(RecipeSerializer<T> serializer, AbstractCookingRecipe.RecipeFactory<T> recipeFactory, List<ItemConvertible> inputs, RecipeCategory category, ItemConvertible output, float experience, int cookingTime, String group, String suffix) Method parameters in net.minecraft.data.recipe with type arguments of type AbstractCookingRecipeModifier and TypeMethodDescriptionprivate static CookingRecipeCategory
CookingRecipeJsonBuilder.getCookingRecipeCategory
(RecipeSerializer<? extends AbstractCookingRecipe> serializer, ItemConvertible output) -
Uses of AbstractCookingRecipe in net.minecraft.recipe
Classes in net.minecraft.recipe with type parameters of type AbstractCookingRecipeModifier and TypeInterfaceDescriptionstatic interface
static class
Subclasses of AbstractCookingRecipe in net.minecraft.recipeModifier and TypeClassDescriptionclass
class
class
class
Methods in net.minecraft.recipe that return types with arguments of type AbstractCookingRecipeModifier and TypeMethodDescriptionabstract RecipeSerializer
<? extends AbstractCookingRecipe> AbstractCookingRecipe.getSerializer()
Returns the serializer associated with this recipe.abstract RecipeType
<? extends AbstractCookingRecipe> AbstractCookingRecipe.getType()
Returns the type of this recipe. -
Uses of AbstractCookingRecipe in net.minecraft.screen
Fields in net.minecraft.screen with type parameters of type AbstractCookingRecipeModifier and TypeFieldDescriptionprivate final RecipeType
<? extends AbstractCookingRecipe> AbstractFurnaceScreenHandler.recipeType
Constructor parameters in net.minecraft.screen with type arguments of type AbstractCookingRecipeModifierConstructorDescriptionprotected
AbstractFurnaceScreenHandler
(ScreenHandlerType<?> type, RecipeType<? extends AbstractCookingRecipe> recipeType, RegistryKey<RecipePropertySet> recipePropertySetKey, RecipeBookType category, int syncId, PlayerInventory platerInventory) protected
AbstractFurnaceScreenHandler
(ScreenHandlerType<?> type, RecipeType<? extends AbstractCookingRecipe> recipeType, RegistryKey<RecipePropertySet> recipePropertySetKey, RecipeBookType category, int syncId, PlayerInventory platerInventory, Inventory inventory, PropertyDelegate propertyDelegate)