Package | Description |
---|---|
net.minecraftforge.common.util |
Modifier and Type | Method and Description |
---|---|
LazyOptional<T> |
LazyOptional.filter(NonNullPredicate<? super T> predicate)
Resolve the contained supplier if non-empty, and filter it by the given
NonNullPredicate , returning empty if false. |