Uses of Interface
net.minecraftforge.common.util.NonNullConsumer
-
Packages that use NonNullConsumer Package Description net.minecraftforge.common.util -
-
Uses of NonNullConsumer in net.minecraftforge.common.util
Fields in net.minecraftforge.common.util with type parameters of type NonNullConsumer Modifier and Type Field Description private java.util.Set<NonNullConsumer<LazyOptional<T>>>LazyOptional. listenersMethods in net.minecraftforge.common.util with parameters of type NonNullConsumer Modifier and Type Method Description voidLazyOptional. addListener(NonNullConsumer<LazyOptional<T>> listener)Register alistenerthat will be called when thisLazyOptionalbecomes invalid (viaLazyOptional.invalidate()).voidLazyOptional. ifPresent(NonNullConsumer<? super T> consumer)If non-empty, invoke the specifiedNonNullConsumerwith the object, otherwise do nothing.
-