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 IItemFiltertype - the item type to get a predicate forCopyright © 2020. All rights reserved.