Interface IngredientCraftTweakerBase

All Superinterfaces:
Predicate<net.minecraft.world.item.ItemStack>

public interface IngredientCraftTweakerBase extends Predicate<net.minecraft.world.item.ItemStack>
  • Method Summary

    Modifier and Type
    Method
    Description
     
    static Stream<net.minecraft.world.item.crafting.Ingredient.Value>
     
    default boolean
     
    default boolean
    test(net.minecraft.world.item.ItemStack stack)
     

    Methods inherited from interface java.util.function.Predicate

    and, negate, or
  • Method Details

    • getCrTIngredient

      IIngredient getCrTIngredient()
    • test

      default boolean test(@Nullable net.minecraft.world.item.ItemStack stack)
      Specified by:
      test in interface Predicate<net.minecraft.world.item.ItemStack>
    • isSimple

      default boolean isSimple()
    • getValues

      static Stream<net.minecraft.world.item.crafting.Ingredient.Value> getValues(IItemStack[] items)