Package net.minecraft
Enum Class class_8647.class_8649
- All Implemented Interfaces:
Serializable
,Comparable<class_8647.class_8649>
,Constable
- Enclosing class:
class_8647
- Mappings:
Namespace Name official elr$b
intermediary net/minecraft/class_8647$class_8649
named net/minecraft/class_8647$class_8649
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic class_8647.class_8649
Returns the enum constant of this class with the specified name.static class_8647.class_8649[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
SUCCESS
- Mappings:
Namespace Name Mixin selector official a
Lelr$b;a:Lelr$b;
intermediary field_45185
Lnet/minecraft/class_8647$class_8649;field_45185:Lnet/minecraft/class_8647$class_8649;
named SUCCESS
Lnet/minecraft/class_8647$class_8649;SUCCESS:Lnet/minecraft/class_8647$class_8649;
-
INCOMPATIBLE_CLIENT
- Mappings:
Namespace Name Mixin selector official b
Lelr$b;b:Lelr$b;
intermediary field_45186
Lnet/minecraft/class_8647$class_8649;field_45186:Lnet/minecraft/class_8647$class_8649;
named INCOMPATIBLE_CLIENT
Lnet/minecraft/class_8647$class_8649;INCOMPATIBLE_CLIENT:Lnet/minecraft/class_8647$class_8649;
-
NEEDS_PARENTAL_CONSENT
- Mappings:
Namespace Name Mixin selector official c
Lelr$b;c:Lelr$b;
intermediary field_45187
Lnet/minecraft/class_8647$class_8649;field_45187:Lnet/minecraft/class_8647$class_8649;
named NEEDS_PARENTAL_CONSENT
Lnet/minecraft/class_8647$class_8649;NEEDS_PARENTAL_CONSENT:Lnet/minecraft/class_8647$class_8649;
-
AUTHENTICATION_ERROR
- Mappings:
Namespace Name Mixin selector official d
Lelr$b;d:Lelr$b;
intermediary field_45188
Lnet/minecraft/class_8647$class_8649;field_45188:Lnet/minecraft/class_8647$class_8649;
named AUTHENTICATION_ERROR
Lnet/minecraft/class_8647$class_8649;AUTHENTICATION_ERROR:Lnet/minecraft/class_8647$class_8649;
-
UNEXPECTED_ERROR
- Mappings:
Namespace Name Mixin selector official e
Lelr$b;e:Lelr$b;
intermediary field_45189
Lnet/minecraft/class_8647$class_8649;field_45189:Lnet/minecraft/class_8647$class_8649;
named UNEXPECTED_ERROR
Lnet/minecraft/class_8647$class_8649;UNEXPECTED_ERROR:Lnet/minecraft/class_8647$class_8649;
-
-
Constructor Details
-
class_8649
private class_8649()
-
-
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
-