| Package | Description |
|---|---|
| net.minecraft.data | |
| net.minecraft.item.crafting |
| Modifier and Type | Field and Description |
|---|---|
private CookingRecipeSerializer<?> |
CookingRecipeBuilder.recipeSerializer |
| Modifier and Type | Method and Description |
|---|---|
static CookingRecipeBuilder |
CookingRecipeBuilder.cookingRecipe(Ingredient ingredientIn,
IItemProvider resultIn,
float experienceIn,
int cookingTimeIn,
CookingRecipeSerializer<?> serializer) |
private void |
RecipeProvider.cookingRecipesForMethod(java.util.function.Consumer<IFinishedRecipe> recipeConsumerIn,
java.lang.String cookingMethod,
CookingRecipeSerializer<?> serializerIn,
int cookingTimeIn) |
| Constructor and Description |
|---|
CookingRecipeBuilder(IItemProvider resultIn,
Ingredient ingredientIn,
float experienceIn,
int cookingTimeIn,
CookingRecipeSerializer<?> serializer) |
| Modifier and Type | Field and Description |
|---|---|
static CookingRecipeSerializer<BlastingRecipe> |
IRecipeSerializer.BLASTING |
static CookingRecipeSerializer<CampfireCookingRecipe> |
IRecipeSerializer.CAMPFIRE_COOKING |
static CookingRecipeSerializer<FurnaceRecipe> |
IRecipeSerializer.SMELTING |
static CookingRecipeSerializer<SmokingRecipe> |
IRecipeSerializer.SMOKING |