Interface IngredientLogic<T extends IngredientLogic<T>>

All Known Implementing Classes:
AllOfIngredient, BlockTagIngredient, EitherIngredient, FalseIngredient, ModIdIngredient

public interface IngredientLogic<T extends IngredientLogic<T>>
  • Method Summary

    Modifier and Type
    Method
    Description
    default List<net.minecraft.world.item.ItemStack>
     
    default boolean
     
    boolean
    test(net.minecraft.world.item.ItemStack stack)
     
  • Method Details

    • test

      boolean test(net.minecraft.world.item.ItemStack stack)
    • getAllMatchingStacks

      default List<net.minecraft.world.item.ItemStack> getAllMatchingStacks()
    • requiresTesting

      default boolean requiresTesting()