Package net.minecraft.util.thread
Enum Class ConsecutiveExecutor.Status
- All Implemented Interfaces:
Serializable,Comparable<ConsecutiveExecutor.Status>,Constable
- Enclosing class:
ConsecutiveExecutor<T extends Runnable>
- Mappings:
Namespace Name named net/minecraft/util/thread/ConsecutiveExecutor$Statusintermediary net/minecraft/class_10174$class_10175official btp$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 ConsecutiveExecutor.StatusReturns the enum constant of this class with the specified name.static ConsecutiveExecutor.Status[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
SLEEPING
- Mappings:
Namespace Name Mixin selector named SLEEPINGLnet/minecraft/util/thread/ConsecutiveExecutor$Status;SLEEPING:Lnet/minecraft/util/thread/ConsecutiveExecutor$Status;intermediary field_54074Lnet/minecraft/class_10174$class_10175;field_54074:Lnet/minecraft/class_10174$class_10175;official aLbtp$a;a:Lbtp$a;
-
RUNNING
- Mappings:
Namespace Name Mixin selector named RUNNINGLnet/minecraft/util/thread/ConsecutiveExecutor$Status;RUNNING:Lnet/minecraft/util/thread/ConsecutiveExecutor$Status;intermediary field_54075Lnet/minecraft/class_10174$class_10175;field_54075:Lnet/minecraft/class_10174$class_10175;official bLbtp$a;b:Lbtp$a;
-
CLOSED
- Mappings:
Namespace Name Mixin selector named CLOSEDLnet/minecraft/util/thread/ConsecutiveExecutor$Status;CLOSED:Lnet/minecraft/util/thread/ConsecutiveExecutor$Status;intermediary field_54076Lnet/minecraft/class_10174$class_10175;field_54076:Lnet/minecraft/class_10174$class_10175;official cLbtp$a;c:Lbtp$a;
-
-
Constructor Details
-
Status
private Status()
-
-
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
-