java.lang.Object
com.github.minecraftschurlimods.arsmagicalegacy.api.util.ItemFilter.Combined
All Implemented Interfaces:
ItemFilter, Predicate<net.minecraft.world.item.ItemStack>
Enclosing interface:
ItemFilter

public static final class ItemFilter.Combined extends Object implements ItemFilter
  • Field Details

  • Method Details

    • test

      public boolean test(net.minecraft.world.item.ItemStack stack)
      Specified by:
      test in interface ItemFilter
      Specified by:
      test in interface Predicate<net.minecraft.world.item.ItemStack>
    • getMatchingFilter

      @Nullable public @Nullable ItemFilter.Simple getMatchingFilter(net.minecraft.world.item.ItemStack stack)
      Specified by:
      getMatchingFilter in interface ItemFilter
    • getMatchedStacks

      public net.minecraft.world.item.ItemStack[] getMatchedStacks()
      Specified by:
      getMatchedStacks in interface ItemFilter