public static class ItemFilters.BooleanFilter extends Object implements IItemFilter
Modifier and Type | Field and Description |
---|---|
boolean |
value |
Modifier | Constructor and Description |
---|---|
protected |
BooleanFilter(boolean value) |
Modifier and Type | Method and Description |
---|---|
IPredicate<IItem> |
getPredicate(IType<IItem> type) |
public IPredicate<IItem> getPredicate(IType<IItem> type)
getPredicate
in interface IItemFilter
type
- the item type to get a predicate forCopyright © 2019. All rights reserved.