Enum Class TestManager.State

java.lang.Object
java.lang.Enum<TestManager.State>
net.minecraft.test.TestManager.State
All Implemented Interfaces:
Serializable, Comparable<TestManager.State>, Constable
Enclosing class:
TestManager

private static enum TestManager.State extends Enum<TestManager.State>
Mappings:
Namespace Name
named net/minecraft/test/TestManager$State
intermediary net/minecraft/class_4521$class_10822
official th$a
  • Enum Constant Details

    • IDLE

      public static final TestManager.State IDLE
      Mappings:
      Namespace Name Mixin selector
      named IDLE Lnet/minecraft/test/TestManager$State;IDLE:Lnet/minecraft/test/TestManager$State;
      intermediary field_57042 Lnet/minecraft/class_4521$class_10822;field_57042:Lnet/minecraft/class_4521$class_10822;
      official a Lth$a;a:Lth$a;
    • RUNNING

      public static final TestManager.State RUNNING
      Mappings:
      Namespace Name Mixin selector
      named RUNNING Lnet/minecraft/test/TestManager$State;RUNNING:Lnet/minecraft/test/TestManager$State;
      intermediary field_57043 Lnet/minecraft/class_4521$class_10822;field_57043:Lnet/minecraft/class_4521$class_10822;
      official b Lth$a;b:Lth$a;
    • HALTING

      public static final TestManager.State HALTING
      Mappings:
      Namespace Name Mixin selector
      named HALTING Lnet/minecraft/test/TestManager$State;HALTING:Lnet/minecraft/test/TestManager$State;
      intermediary field_57044 Lnet/minecraft/class_4521$class_10822;field_57044:Lnet/minecraft/class_4521$class_10822;
      official c Lth$a;c:Lth$a;
  • Constructor Details

    • State

      private State()
  • Method Details

    • values

      public static TestManager.State[] 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 TestManager.State 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