Uses of Class
net.minecraft.recipe.AbstractCookingRecipe
Package | Description |
---|---|
net.minecraft.block.entity | |
net.minecraft.data.server.recipe | |
net.minecraft.recipe | |
net.minecraft.screen |
-
Uses of AbstractCookingRecipe in net.minecraft.block.entity
Fields in net.minecraft.block.entity with type parameters of type AbstractCookingRecipe Modifier and Type Field Description private RecipeType<? extends AbstractCookingRecipe>
AbstractFurnaceBlockEntity. recipeType
Method parameters in net.minecraft.block.entity with type arguments of type AbstractCookingRecipe Modifier and Type Method Description private static int
AbstractFurnaceBlockEntity. getCookTime(World world, RecipeType<? extends AbstractCookingRecipe> recipeType, Inventory inventory)
Constructor parameters in net.minecraft.block.entity with type arguments of type AbstractCookingRecipe Constructor Description 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 AbstractCookingRecipe Modifier and Type Field Description private RecipeSerializer<? extends AbstractCookingRecipe>
CookingRecipeJsonFactory.CookingRecipeJsonProvider. serializer
Constructor parameters in net.minecraft.data.server.recipe with type arguments of type AbstractCookingRecipe Constructor Description CookingRecipeJsonProvider(Identifier recipeId, String group, Ingredient ingredient, Item result, float experience, int cookingTime, Advancement.Task builder, Identifier advancementId, RecipeSerializer<? extends AbstractCookingRecipe> serializer)
-
Uses of AbstractCookingRecipe in net.minecraft.recipe
Classes in net.minecraft.recipe with type parameters of type AbstractCookingRecipe Modifier and Type Class Description class
CookingRecipeSerializer<T extends AbstractCookingRecipe>
(package private) static interface
CookingRecipeSerializer.RecipeFactory<T extends AbstractCookingRecipe>
Subclasses of AbstractCookingRecipe in net.minecraft.recipe Modifier and Type Class Description class
BlastingRecipe
class
CampfireCookingRecipe
class
SmeltingRecipe
class
SmokingRecipe
-
Uses of AbstractCookingRecipe in net.minecraft.screen
Fields in net.minecraft.screen with type parameters of type AbstractCookingRecipe Modifier and Type Field Description private RecipeType<? extends AbstractCookingRecipe>
AbstractFurnaceScreenHandler. recipeType
Constructor parameters in net.minecraft.screen with type arguments of type AbstractCookingRecipe Constructor Description AbstractFurnaceScreenHandler(ScreenHandlerType<?> type, RecipeType<? extends AbstractCookingRecipe> recipeType, RecipeBookCategory recipeBookCategory, int int2, PlayerInventory playerInventory)
AbstractFurnaceScreenHandler(ScreenHandlerType<?> type, RecipeType<? extends AbstractCookingRecipe> recipeType, RecipeBookCategory recipeBookCategory, int int2, PlayerInventory playerInventory, Inventory inventory, PropertyDelegate propertyDelegate)