Package net.minecraft.util.function
Enum Class LazyIterationConsumer.NextIteration
java.lang.Object
java.lang.Enum<LazyIterationConsumer.NextIteration>
net.minecraft.util.function.LazyIterationConsumer.NextIteration
- All Implemented Interfaces:
Serializable
,Comparable<LazyIterationConsumer.NextIteration>
,Constable
- Enclosing interface:
LazyIterationConsumer<T>
public static enum LazyIterationConsumer.NextIteration
extends Enum<LazyIterationConsumer.NextIteration>
Indicates whether to perform the next iteration.
- Mappings:
Namespace Name official anr$a
intermediary net/minecraft/class_7927$class_7928
named net/minecraft/util/function/LazyIterationConsumer$NextIteration
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Returns the enum constant of this class with the specified name.static LazyIterationConsumer.NextIteration[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
CONTINUE
- Mappings:
Namespace Name Mixin selector official a
Lanr$a;a:Lanr$a;
intermediary field_41283
Lnet/minecraft/class_7927$class_7928;field_41283:Lnet/minecraft/class_7927$class_7928;
named CONTINUE
Lnet/minecraft/util/function/LazyIterationConsumer$NextIteration;CONTINUE:Lnet/minecraft/util/function/LazyIterationConsumer$NextIteration;
-
ABORT
- Mappings:
Namespace Name Mixin selector official b
Lanr$a;b:Lanr$a;
intermediary field_41284
Lnet/minecraft/class_7927$class_7928;field_41284:Lnet/minecraft/class_7927$class_7928;
named ABORT
Lnet/minecraft/util/function/LazyIterationConsumer$NextIteration;ABORT:Lnet/minecraft/util/function/LazyIterationConsumer$NextIteration;
-
-
Constructor Details
-
NextIteration
private NextIteration()
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
shouldAbort
public boolean shouldAbort()- Mappings:
Namespace Name Mixin selector official a
Lanr$a;a()Z
intermediary method_47543
Lnet/minecraft/class_7927$class_7928;method_47543()Z
named shouldAbort
Lnet/minecraft/util/function/LazyIterationConsumer$NextIteration;shouldAbort()Z
-