Package net.minecraft.test
Enum Class TestManager.State
- All Implemented Interfaces:
Serializable
,Comparable<TestManager.State>
,Constable
- Enclosing class:
TestManager
- Mappings:
Namespace Name named net/minecraft/test/TestManager$State
intermediary net/minecraft/class_4521$class_10822
official th$a
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum Constants -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TestManager.State
Returns the enum constant of this class with the specified name.static TestManager.State[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
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
- 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
- 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
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
-