Package net.minecraft.util.function
Interface LazyIterationConsumer<T>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A consumer used in an iteration that can be aborted early.
- Mappings:
Namespace Name official anr
intermediary net/minecraft/class_7927
named net/minecraft/util/function/LazyIterationConsumer
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic enum
Indicates whether to perform the next iteration. -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> LazyIterationConsumer<T>
forConsumer
(Consumer<T> consumer)
-
Method Details
-
accept
- Mappings:
Namespace Name Mixin selector official accept
Lanr;accept(Ljava/lang/Object;)Lanr$a;
intermediary accept
Lnet/minecraft/class_7927;accept(Ljava/lang/Object;)Lnet/minecraft/class_7927$class_7928;
named accept
Lnet/minecraft/util/function/LazyIterationConsumer;accept(Ljava/lang/Object;)Lnet/minecraft/util/function/LazyIterationConsumer$NextIteration;
-
forConsumer
- Mappings:
Namespace Name Mixin selector official forConsumer
Lanr;forConsumer(Ljava/util/function/Consumer;)Lanr;
intermediary forConsumer
Lnet/minecraft/class_7927;forConsumer(Ljava/util/function/Consumer;)Lnet/minecraft/class_7927;
named forConsumer
Lnet/minecraft/util/function/LazyIterationConsumer;forConsumer(Ljava/util/function/Consumer;)Lnet/minecraft/util/function/LazyIterationConsumer;
-