Enum Class ConsecutiveExecutor.Status

java.lang.Object
java.lang.Enum<ConsecutiveExecutor.Status>
net.minecraft.util.thread.ConsecutiveExecutor.Status
All Implemented Interfaces:
Serializable, Comparable<ConsecutiveExecutor.Status>, Constable
Enclosing class:
ConsecutiveExecutor<T extends Runnable>

private static enum ConsecutiveExecutor.Status extends Enum<ConsecutiveExecutor.Status>
Mappings:
Namespace Name
named net/minecraft/util/thread/ConsecutiveExecutor$Status
intermediary net/minecraft/class_10174$class_10175
official brw$a
  • Enum Constant Details

    • SLEEPING

      public static final ConsecutiveExecutor.Status SLEEPING
      Mappings:
      Namespace Name Mixin selector
      named SLEEPING Lnet/minecraft/util/thread/ConsecutiveExecutor$Status;SLEEPING:Lnet/minecraft/util/thread/ConsecutiveExecutor$Status;
      intermediary field_54074 Lnet/minecraft/class_10174$class_10175;field_54074:Lnet/minecraft/class_10174$class_10175;
      official a Lbrw$a;a:Lbrw$a;
    • RUNNING

      public static final ConsecutiveExecutor.Status RUNNING
      Mappings:
      Namespace Name Mixin selector
      named RUNNING Lnet/minecraft/util/thread/ConsecutiveExecutor$Status;RUNNING:Lnet/minecraft/util/thread/ConsecutiveExecutor$Status;
      intermediary field_54075 Lnet/minecraft/class_10174$class_10175;field_54075:Lnet/minecraft/class_10174$class_10175;
      official b Lbrw$a;b:Lbrw$a;
    • CLOSED

      public static final ConsecutiveExecutor.Status CLOSED
      Mappings:
      Namespace Name Mixin selector
      named CLOSED Lnet/minecraft/util/thread/ConsecutiveExecutor$Status;CLOSED:Lnet/minecraft/util/thread/ConsecutiveExecutor$Status;
      intermediary field_54076 Lnet/minecraft/class_10174$class_10175;field_54076:Lnet/minecraft/class_10174$class_10175;
      official c Lbrw$a;c:Lbrw$a;
  • Constructor Details

    • Status

      private Status()
  • Method Details

    • values

      public static ConsecutiveExecutor.Status[] 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 ConsecutiveExecutor.Status 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