Package | Description |
---|---|
net.minecraftforge.common.util |
Modifier and Type | Method and Description |
---|---|
<U> LazyOptional<U> |
LazyOptional.map(NonNullFunction<? super T,? extends U> mapper)
If a this
LazyOptional is non-empty, return a new
LazyOptional encapsulating the mapping function. |