public static class ItemList.AnyMultiItemFilter extends java.lang.Object implements ItemFilter
ItemFilter.ItemFilterProvider| Modifier and Type | Field and Description |
|---|---|
java.util.List<ItemFilter> |
filters |
| Constructor and Description |
|---|
AnyMultiItemFilter() |
AnyMultiItemFilter(java.util.List<ItemFilter> filters) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(ItemStack item) |
public java.util.List<ItemFilter> filters
public AnyMultiItemFilter(java.util.List<ItemFilter> filters)
public AnyMultiItemFilter()
public boolean matches(ItemStack item)
matches in interface ItemFilter