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 RecipeManager.MatchGetter<Inventory,
? extends AbstractCookingRecipe> AbstractFurnaceBlockEntity.matchGetter
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.server.recipe
Methods in net.minecraft.data.server.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> recipeSerializer, AbstractCookingRecipe.RecipeFactory<T> recipeFactory) protected static <T extends AbstractCookingRecipe>
voidRecipeProvider.generateCookingRecipes
(RecipeExporter exporter, String cooker, RecipeSerializer<T> serializer, AbstractCookingRecipe.RecipeFactory<T> recipeFactory, int int2) private static <T extends AbstractCookingRecipe>
voidRecipeProvider.offerFoodCookingRecipe
(RecipeExporter exporter, String cooker, RecipeSerializer<T> serializer, AbstractCookingRecipe.RecipeFactory<T> recipeFactory, int int2, ItemConvertible itemConvertible, ItemConvertible itemConvertible2, float float2) private static <T extends AbstractCookingRecipe>
voidRecipeProvider.offerMultipleOptions
(RecipeExporter exporter, RecipeSerializer<T> serializer, AbstractCookingRecipe.RecipeFactory<T> recipeFactory, List<ItemConvertible> list, RecipeCategory recipeCategory, ItemConvertible itemConvertible, float float2, int int2, String string, String string2) Method parameters in net.minecraft.data.server.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
class
CookingRecipeSerializer<T extends AbstractCookingRecipe>
Subclasses of AbstractCookingRecipe in net.minecraft.recipeModifier and TypeClassDescriptionclass
class
class
class
Methods in net.minecraft.recipe that return AbstractCookingRecipeModifier and TypeMethodDescriptionCookingRecipeSerializer.method_55104
(String string, CookingRecipeCategory cookingRecipeCategory, Ingredient ingredient, ItemStack itemStack, float float2, int int2) -
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, RecipeBookCategory category, int syncId, PlayerInventory playerInventory) protected
AbstractFurnaceScreenHandler
(ScreenHandlerType<?> type, RecipeType<? extends AbstractCookingRecipe> recipeType, RecipeBookCategory category, int syncId, PlayerInventory playerInventory, Inventory inventory, PropertyDelegate propertyDelegate)