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
named net/minecraft/util/function/LazyIterationConsumer$NextIteration
intermediary net/minecraft/class_7927$class_7928
official axl$a
  • Enum Constant Details

    • CONTINUE

      public static final LazyIterationConsumer.NextIteration CONTINUE
      Mappings:
      Namespace Name Mixin selector
      named CONTINUE Lnet/minecraft/util/function/LazyIterationConsumer$NextIteration;CONTINUE:Lnet/minecraft/util/function/LazyIterationConsumer$NextIteration;
      intermediary field_41283 Lnet/minecraft/class_7927$class_7928;field_41283:Lnet/minecraft/class_7927$class_7928;
      official a Laxl$a;a:Laxl$a;
    • ABORT

      public static final LazyIterationConsumer.NextIteration ABORT
      Mappings:
      Namespace Name Mixin selector
      named ABORT Lnet/minecraft/util/function/LazyIterationConsumer$NextIteration;ABORT:Lnet/minecraft/util/function/LazyIterationConsumer$NextIteration;
      intermediary field_41284 Lnet/minecraft/class_7927$class_7928;field_41284:Lnet/minecraft/class_7927$class_7928;
      official b Laxl$a;b:Laxl$a;
  • Constructor Details

    • NextIteration

      private NextIteration()
  • Method Details

    • values

      public static LazyIterationConsumer.NextIteration[] 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

      public static LazyIterationConsumer.NextIteration valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • shouldAbort

      public boolean shouldAbort()
      Mappings:
      Namespace Name Mixin selector
      named shouldAbort Lnet/minecraft/util/function/LazyIterationConsumer$NextIteration;shouldAbort()Z
      intermediary method_47543 Lnet/minecraft/class_7927$class_7928;method_47543()Z
      official a Laxl$a;a()Z