Uses of Class
net.minecraft.recipe.AbstractCookingRecipe
Package
Description
-
Uses of AbstractCookingRecipe in net.minecraft.block.entity
Modifier and TypeFieldDescriptionprivate RecipeType<? extends AbstractCookingRecipe>
AbstractFurnaceBlockEntity.recipeType
Modifier and TypeMethodDescriptionprivate static int
AbstractFurnaceBlockEntity.getCookTime(World world, RecipeType<? extends AbstractCookingRecipe> recipeType, Inventory inventory)
ModifierConstructorDescriptionprotected
AbstractFurnaceBlockEntity(BlockEntityType<?> blockEntityType, BlockPos pos, BlockState state, RecipeType<? extends AbstractCookingRecipe> recipeType)
-
Uses of AbstractCookingRecipe in net.minecraft.data.server.recipe
Modifier and TypeFieldDescriptionprivate RecipeSerializer<? extends AbstractCookingRecipe>
CookingRecipeJsonFactory.CookingRecipeJsonProvider.serializer
ModifierConstructorDescriptionCookingRecipeJsonProvider(Identifier recipeId, String group, Ingredient input, Item result, float experience, int cookingTime, Advancement.Task builder, 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 RecipeType<? extends AbstractCookingRecipe>
AbstractFurnaceScreenHandler.recipeType
ModifierConstructorDescriptionprotected
AbstractFurnaceScreenHandler(ScreenHandlerType<?> type, RecipeType<? extends AbstractCookingRecipe> recipeType, RecipeBookCategory recipeBookCategory, int int2, PlayerInventory playerInventory)
protected
AbstractFurnaceScreenHandler(ScreenHandlerType<?> type, RecipeType<? extends AbstractCookingRecipe> recipeType, RecipeBookCategory recipeBookCategory, int int2, PlayerInventory playerInventory, Inventory inventory, PropertyDelegate propertyDelegate)