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
Fields in net.minecraft.data.server.recipe with type parameters of type AbstractCookingRecipeModifier and TypeFieldDescriptionprivate final RecipeSerializer<? extends AbstractCookingRecipe>
CookingRecipeJsonBuilder.CookingRecipeJsonProvider.serializer
private final RecipeSerializer<? extends AbstractCookingRecipe>
CookingRecipeJsonBuilder.serializer
Method parameters in net.minecraft.data.server.recipe with type arguments of type AbstractCookingRecipeModifier and TypeMethodDescriptionstatic CookingRecipeJsonBuilder
CookingRecipeJsonBuilder.create
(Ingredient input, RecipeCategory category, ItemConvertible output, float experience, int cookingTime, RecipeSerializer<? extends AbstractCookingRecipe> serializer) protected static void
RecipeProvider.generateCookingRecipes
(Consumer<RecipeJsonProvider> exporter, String cooker, RecipeSerializer<? extends AbstractCookingRecipe> serializer, int cookingTime) private static CookingRecipeCategory
CookingRecipeJsonBuilder.getCookingRecipeCategory
(RecipeSerializer<? extends AbstractCookingRecipe> serializer, ItemConvertible output) private static void
RecipeProvider.offerFoodCookingRecipe
(Consumer<RecipeJsonProvider> exporter, String cooker, RecipeSerializer<? extends AbstractCookingRecipe> serializer, int cookingTime, ItemConvertible input, ItemConvertible output, float experience) private static void
RecipeProvider.offerMultipleOptions
(Consumer<RecipeJsonProvider> exporter, RecipeSerializer<? extends AbstractCookingRecipe> serializer, List<ItemConvertible> inputs, RecipeCategory category, ItemConvertible output, float experience, int cookingTime, String group, String method) Constructor parameters in net.minecraft.data.server.recipe with type arguments of type AbstractCookingRecipeModifierConstructorDescriptionprivate
CookingRecipeJsonBuilder
(RecipeCategory category, CookingRecipeCategory cookingCategory, ItemConvertible output, Ingredient input, float experience, int cookingTime, RecipeSerializer<? extends AbstractCookingRecipe> serializer) CookingRecipeJsonProvider
(Identifier recipeId, String group, CookingRecipeCategory category, Ingredient input, Item result, float experience, int cookingTime, Advancement.Builder advancementBuilder, Identifier advancementId, RecipeSerializer<? extends AbstractCookingRecipe> serializer) -
Uses of AbstractCookingRecipe in net.minecraft.recipe
Classes in net.minecraft.recipe with type parameters of type AbstractCookingRecipeModifier and TypeClassDescriptionclass
CookingRecipeSerializer<T extends AbstractCookingRecipe>
(package private) static interface
Subclasses of AbstractCookingRecipe in net.minecraft.recipeModifier and TypeClassDescriptionclass
class
class
class
-
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)