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 SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionstatic <T> AbortableIterationConsumer<T> forConsumer(Consumer<T> p_261477_) 
- 
Method Details- 
accept
- 
forConsumer
 
-