Package net.minecraft.data.recipes
Class LegacyUpgradeRecipeBuilder
java.lang.Object
net.minecraft.data.recipes.LegacyUpgradeRecipeBuilder
Deprecated, for removal: This API element is subject to removal in a future version.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Deprecated, for removal: This API element is subject to removal in a future version. -
Field Summary
Modifier and TypeFieldDescriptionprivate final Ingredient
Deprecated, for removal: This API element is subject to removal in a future version.private final Advancement.Builder
Deprecated, for removal: This API element is subject to removal in a future version.private final Ingredient
Deprecated, for removal: This API element is subject to removal in a future version.private final RecipeCategory
Deprecated, for removal: This API element is subject to removal in a future version.private final Item
Deprecated, for removal: This API element is subject to removal in a future version.private final RecipeSerializer<?>
Deprecated, for removal: This API element is subject to removal in a future version. -
Constructor Summary
ConstructorDescriptionLegacyUpgradeRecipeBuilder
(RecipeSerializer<?> p_266753_, Ingredient p_267080_, Ingredient p_267246_, RecipeCategory p_267024_, Item p_266767_) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionprivate void
ensureValid
(ResourceLocation p_266958_) Deprecated, for removal: This API element is subject to removal in a future version.void
save
(Consumer<FinishedRecipe> p_266900_, String p_266899_) Deprecated, for removal: This API element is subject to removal in a future version.void
save
(Consumer<FinishedRecipe> p_266852_, ResourceLocation p_267253_) Deprecated, for removal: This API element is subject to removal in a future version.static LegacyUpgradeRecipeBuilder
smithing
(Ingredient p_266949_, Ingredient p_267302_, RecipeCategory p_266837_, Item p_266863_) Deprecated, for removal: This API element is subject to removal in a future version.unlocks
(String p_267310_, CriterionTriggerInstance p_266808_) Deprecated, for removal: This API element is subject to removal in a future version.
-
Field Details
-
base
Deprecated, for removal: This API element is subject to removal in a future version. -
addition
Deprecated, for removal: This API element is subject to removal in a future version. -
category
Deprecated, for removal: This API element is subject to removal in a future version. -
result
Deprecated, for removal: This API element is subject to removal in a future version. -
advancement
Deprecated, for removal: This API element is subject to removal in a future version. -
type
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Constructor Details
-
LegacyUpgradeRecipeBuilder
public LegacyUpgradeRecipeBuilder(RecipeSerializer<?> p_266753_, Ingredient p_267080_, Ingredient p_267246_, RecipeCategory p_267024_, Item p_266767_) Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
smithing
public static LegacyUpgradeRecipeBuilder smithing(Ingredient p_266949_, Ingredient p_267302_, RecipeCategory p_266837_, Item p_266863_) Deprecated, for removal: This API element is subject to removal in a future version. -
unlocks
Deprecated, for removal: This API element is subject to removal in a future version. -
save
Deprecated, for removal: This API element is subject to removal in a future version. -
save
Deprecated, for removal: This API element is subject to removal in a future version. -
ensureValid
Deprecated, for removal: This API element is subject to removal in a future version.
-