Interface AccessIngredient
public interface AccessIngredient
-
Method Summary
Modifier and TypeMethodDescriptionstatic net.minecraft.world.item.crafting.Ingredientcrafttweaker$callFromValues(Stream<? extends net.minecraft.world.item.crafting.Ingredient.Value> param0) net.minecraft.world.item.ItemStack[]net.minecraft.world.item.crafting.Ingredient.Value[]voidcrafttweaker$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$getItemStacks
net.minecraft.world.item.ItemStack[] crafttweaker$getItemStacks() -
crafttweaker$setItemStacks
void crafttweaker$setItemStacks(net.minecraft.world.item.ItemStack[] itemStacks)
-