Package net.minecraft
Enum Class class_11568.class_11571
- All Implemented Interfaces:
Serializable,Comparable<class_11568.class_11571>,Constable
- Enclosing class:
class_11568
- Mappings:
Namespace Name named net/minecraft/class_11568$class_11571intermediary net/minecraft/class_11568$class_11571official cfl$c
-
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 class_11568.class_11571Returns the enum constant of this class with the specified name.static class_11568.class_11571[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
TRAVELLING
- Mappings:
Namespace Name Mixin selector named TRAVELLINGLnet/minecraft/class_11568$class_11571;TRAVELLING:Lnet/minecraft/class_11568$class_11571;intermediary field_61250Lnet/minecraft/class_11568$class_11571;field_61250:Lnet/minecraft/class_11568$class_11571;official aLcfl$c;a:Lcfl$c;
-
QUEUING
- Mappings:
Namespace Name Mixin selector named QUEUINGLnet/minecraft/class_11568$class_11571;QUEUING:Lnet/minecraft/class_11568$class_11571;intermediary field_61251Lnet/minecraft/class_11568$class_11571;field_61251:Lnet/minecraft/class_11568$class_11571;official bLcfl$c;b:Lcfl$c;
-
INTERACTING
- Mappings:
Namespace Name Mixin selector named INTERACTINGLnet/minecraft/class_11568$class_11571;INTERACTING:Lnet/minecraft/class_11568$class_11571;intermediary field_61252Lnet/minecraft/class_11568$class_11571;field_61252:Lnet/minecraft/class_11568$class_11571;official cLcfl$c;c:Lcfl$c;
-
-
Constructor Details
-
class_11571
private class_11571()
-
-
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
-