类 ModExtremeSmithingRecipeBuilder

java.lang.Object
committee.nova.mods.avaritia.init.data.provider.recipe.ModExtremeSmithingRecipeBuilder
所有已实现的接口:
net.minecraft.data.recipes.RecipeBuilder

public class ModExtremeSmithingRecipeBuilder extends Object implements net.minecraft.data.recipes.RecipeBuilder
  • 嵌套类概要

    嵌套类
    修饰符和类型
    说明
    static final record 
     
  • 字段概要

    从接口继承的字段 net.minecraft.data.recipes.RecipeBuilder

    ROOT_RECIPE_ADVANCEMENT
  • 构造器概要

    构造器
    构造器
    说明
    ModExtremeSmithingRecipeBuilder(net.minecraft.world.item.crafting.Ingredient pTemplate, net.minecraft.world.item.crafting.Ingredient pBase, net.minecraft.world.item.crafting.Ingredient pAddition, net.minecraft.data.recipes.RecipeCategory pCategory, net.minecraft.world.item.Item pResult)
     
  • 方法概要

    修饰符和类型
    方法
    说明
    @NotNull net.minecraft.world.item.Item
     
    @NotNull net.minecraft.data.recipes.RecipeBuilder
    group(String pGroupName)
     
    void
    save(Consumer<net.minecraft.data.recipes.FinishedRecipe> pRecipeConsumer, @NotNull net.minecraft.resources.ResourceLocation pLocation)
     
    smithing(net.minecraft.world.item.crafting.Ingredient pTemplate, net.minecraft.world.item.crafting.Ingredient pBase, net.minecraft.world.item.crafting.Ingredient pAddition, net.minecraft.data.recipes.RecipeCategory pCategory, net.minecraft.world.item.Item pResult)
     
    @NotNull net.minecraft.data.recipes.RecipeBuilder
    unlockedBy(@NotNull String pCriterionName, @NotNull net.minecraft.advancements.CriterionTriggerInstance pCriterionTrigger)
     

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    从接口继承的方法 net.minecraft.data.recipes.RecipeBuilder

    save, save
  • 构造器详细资料

    • ModExtremeSmithingRecipeBuilder

      public ModExtremeSmithingRecipeBuilder(net.minecraft.world.item.crafting.Ingredient pTemplate, net.minecraft.world.item.crafting.Ingredient pBase, net.minecraft.world.item.crafting.Ingredient pAddition, net.minecraft.data.recipes.RecipeCategory pCategory, net.minecraft.world.item.Item pResult)
  • 方法详细资料

    • smithing

      public static ModExtremeSmithingRecipeBuilder smithing(net.minecraft.world.item.crafting.Ingredient pTemplate, net.minecraft.world.item.crafting.Ingredient pBase, net.minecraft.world.item.crafting.Ingredient pAddition, net.minecraft.data.recipes.RecipeCategory pCategory, net.minecraft.world.item.Item pResult)
    • unlockedBy

      @NotNull public @NotNull net.minecraft.data.recipes.RecipeBuilder unlockedBy(@NotNull @NotNull String pCriterionName, @NotNull @NotNull net.minecraft.advancements.CriterionTriggerInstance pCriterionTrigger)
      指定者:
      unlockedBy 在接口中 net.minecraft.data.recipes.RecipeBuilder
    • group

      @NotNull public @NotNull net.minecraft.data.recipes.RecipeBuilder group(@Nullable String pGroupName)
      指定者:
      group 在接口中 net.minecraft.data.recipes.RecipeBuilder
    • getResult

      @NotNull public @NotNull net.minecraft.world.item.Item getResult()
      指定者:
      getResult 在接口中 net.minecraft.data.recipes.RecipeBuilder
    • save

      public void save(Consumer<net.minecraft.data.recipes.FinishedRecipe> pRecipeConsumer, @NotNull @NotNull net.minecraft.resources.ResourceLocation pLocation)
      指定者:
      save 在接口中 net.minecraft.data.recipes.RecipeBuilder