Uses of Class
net.minecraft.recipe.AbstractCookingRecipe
Package
Description
-
Uses of AbstractCookingRecipe in net.minecraft.block.entity
Modifier and TypeFieldDescriptionprivate final RecipeManager.MatchGetter<Inventory,
? extends AbstractCookingRecipe> AbstractFurnaceBlockEntity.matchGetter
ModifierConstructorDescriptionprotected
AbstractFurnaceBlockEntity
(BlockEntityType<?> blockEntityType, BlockPos pos, BlockState state, RecipeType<? extends AbstractCookingRecipe> recipeType) -
Uses of AbstractCookingRecipe in net.minecraft.data.server.recipe
Modifier and TypeFieldDescriptionprivate final RecipeSerializer<? extends AbstractCookingRecipe>
CookingRecipeJsonBuilder.CookingRecipeJsonProvider.serializer
ModifierConstructorDescriptionCookingRecipeJsonProvider
(Identifier recipeId, String group, Ingredient input, Item result, float experience, int cookingTime, Advancement.Builder advancementBuilder, Identifier advancementId, RecipeSerializer<? extends AbstractCookingRecipe> serializer) -
Uses of AbstractCookingRecipe in net.minecraft.recipe
Modifier and TypeClassDescriptionclass
CookingRecipeSerializer<T extends AbstractCookingRecipe>
(package private) static interface
Modifier and TypeClassDescriptionclass
class
class
class
-
Uses of AbstractCookingRecipe in net.minecraft.screen
Modifier and TypeFieldDescriptionprivate final RecipeType<? extends AbstractCookingRecipe>
AbstractFurnaceScreenHandler.recipeType
ModifierConstructorDescriptionprotected
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)