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$Stateintermediary net/minecraft/class_4521$class_10822official sz$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.StateReturns 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 IDLELnet/minecraft/test/TestManager$State;IDLE:Lnet/minecraft/test/TestManager$State;intermediary field_57042Lnet/minecraft/class_4521$class_10822;field_57042:Lnet/minecraft/class_4521$class_10822;official aLsz$a;a:Lsz$a;
-
RUNNING
- Mappings:
Namespace Name Mixin selector named RUNNINGLnet/minecraft/test/TestManager$State;RUNNING:Lnet/minecraft/test/TestManager$State;intermediary field_57043Lnet/minecraft/class_4521$class_10822;field_57043:Lnet/minecraft/class_4521$class_10822;official bLsz$a;b:Lsz$a;
-
HALTING
- Mappings:
Namespace Name Mixin selector named HALTINGLnet/minecraft/test/TestManager$State;HALTING:Lnet/minecraft/test/TestManager$State;intermediary field_57044Lnet/minecraft/class_4521$class_10822;field_57044:Lnet/minecraft/class_4521$class_10822;official cLsz$a;c:Lsz$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
-