Interface AccessIngredient


public interface AccessIngredient
  • Method Summary

    Modifier and Type
    Method
    Description
    static net.minecraft.world.item.crafting.Ingredient
    crafttweaker$callFromValues(Stream<? extends net.minecraft.world.item.crafting.Ingredient.Value> param0)
     
    net.minecraft.world.item.crafting.Ingredient.Value[]
     
    void
    crafttweaker$setItemStacks(net.minecraft.world.item.ItemStack[] itemStacks)
     
  • Method Details

    • crafttweaker$callFromValues

      static net.minecraft.world.item.crafting.Ingredient crafttweaker$callFromValues(Stream<? extends net.minecraft.world.item.crafting.Ingredient.Value> param0)
    • crafttweaker$getValues

      net.minecraft.world.item.crafting.Ingredient.Value[] crafttweaker$getValues()
    • crafttweaker$setItemStacks

      void crafttweaker$setItemStacks(net.minecraft.world.item.ItemStack[] itemStacks)