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

    • CONTINUE

      public static final LazyIterationConsumer.NextIteration CONTINUE
      Mappings:
      Namespace Name Mixin selector
      official a Lamx$a;a:Lamx$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

      public static final LazyIterationConsumer.NextIteration ABORT
      Mappings:
      Namespace Name Mixin selector
      official b Lamx$a;b:Lamx$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

      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
      official a Lamx$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