Class LegacyUpgradeRecipeBuilder

java.lang.Object
net.minecraft.data.recipes.LegacyUpgradeRecipeBuilder

@Deprecated(forRemoval=true) public class LegacyUpgradeRecipeBuilder extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
  • Field Details

    • base

      private final Ingredient base
      Deprecated, for removal: This API element is subject to removal in a future version.
    • addition

      private final Ingredient addition
      Deprecated, for removal: This API element is subject to removal in a future version.
    • category

      private final RecipeCategory category
      Deprecated, for removal: This API element is subject to removal in a future version.
    • result

      private final Item result
      Deprecated, for removal: This API element is subject to removal in a future version.
    • advancement

      private final Advancement.Builder advancement
      Deprecated, for removal: This API element is subject to removal in a future version.
    • type

      private final RecipeSerializer<?> 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