Package net.minecraft.util
Interface AbortableIterationConsumer<T>
- Functional Interface:
 - This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
 
- 
Nested Class Summary
Nested Classes - 
Method Summary
Modifier and TypeMethodDescriptionstatic <T> AbortableIterationConsumer<T> forConsumer(Consumer<T> pConsumer)  
- 
Method Details
- 
accept
 - 
forConsumer
 
 -