类 ModMatterClusterRecipeBuilder

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

public class ModMatterClusterRecipeBuilder extends net.minecraft.data.recipes.CraftingRecipeBuilder implements net.minecraft.data.recipes.RecipeBuilder
  • 构造器详细资料

    • ModMatterClusterRecipeBuilder

      public ModMatterClusterRecipeBuilder(net.minecraft.data.recipes.RecipeCategory category, net.minecraft.world.level.ItemLike result, int count)
  • 方法详细资料

    • shapeless

      @Contract("_, _, _ -> new") @NotNull public static @NotNull ModMatterClusterRecipeBuilder shapeless(net.minecraft.data.recipes.RecipeCategory category, net.minecraft.world.level.ItemLike result, int count)
    • requires

      public ModMatterClusterRecipeBuilder requires(net.minecraft.tags.TagKey<net.minecraft.world.item.Item> tag)
    • requires

      public ModMatterClusterRecipeBuilder requires(net.minecraft.world.level.ItemLike item)
    • requires

      public ModMatterClusterRecipeBuilder requires(net.minecraft.world.level.ItemLike item, int count)
    • requires

      public ModMatterClusterRecipeBuilder requires(net.minecraft.world.item.crafting.Ingredient ingredient)
    • unlockedBy

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

      @NotNull public @NotNull ModMatterClusterRecipeBuilder group(@Nullable String group)
      指定者:
      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(@NotNull @NotNull Consumer<net.minecraft.data.recipes.FinishedRecipe> consumer, @NotNull @NotNull net.minecraft.resources.ResourceLocation id)
      指定者:
      save 在接口中 net.minecraft.data.recipes.RecipeBuilder