Package net.minecraft.client.util
Enum Class Session.AccountType
- All Implemented Interfaces:
Serializable,Comparable<Session.AccountType>,Constable
- Enclosing class:
- Session
- Mappings:
Namespace Name official cga$aintermediary net/minecraft/class_355$class_1798named net/minecraft/client/util/Session$AccountType
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final Map<String,Session.AccountType> private final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Session.AccountTypestatic Session.AccountTypeReturns the enum constant of this class with the specified name.static Session.AccountType[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
LEGACY
- Mappings:
Namespace Name Mixin selector official aLcga$a;a:Lcga$a;intermediary field_7701Lnet/minecraft/class_355$class_1798;field_7701:Lnet/minecraft/class_355$class_1798;named LEGACYLnet/minecraft/client/util/Session$AccountType;LEGACY:Lnet/minecraft/client/util/Session$AccountType;
-
MOJANG
- Mappings:
Namespace Name Mixin selector official bLcga$a;b:Lcga$a;intermediary field_7702Lnet/minecraft/class_355$class_1798;field_7702:Lnet/minecraft/class_355$class_1798;named MOJANGLnet/minecraft/client/util/Session$AccountType;MOJANG:Lnet/minecraft/client/util/Session$AccountType;
-
-
Field Details
-
field_20013
- Mappings:
Namespace Name Mixin selector official cLcga$a;c:Ljava/util/Map;intermediary field_20013Lnet/minecraft/class_355$class_1798;field_20013:Ljava/util/Map;named field_20013Lnet/minecraft/client/util/Session$AccountType;field_20013:Ljava/util/Map;
-
field_20014
- Mappings:
Namespace Name Mixin selector official dLcga$a;d:Ljava/lang/String;intermediary field_20014Lnet/minecraft/class_355$class_1798;field_20014:Ljava/lang/String;named field_20014Lnet/minecraft/client/util/Session$AccountType;field_20014:Ljava/lang/String;
-
-
Constructor Details
-
AccountType
- Mappings:
Namespace Name Mixin selector official <init>Lcga$a;<init>(Ljava/lang/String;ILjava/lang/String;)Vintermediary <init>Lnet/minecraft/class_355$class_1798;<init>(Ljava/lang/String;ILjava/lang/String;)Vnamed <init>Lnet/minecraft/client/util/Session$AccountType;<init>(Ljava/lang/String;ILjava/lang/String;)V
-
-
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
-
byName
- Mappings:
Namespace Name Mixin selector official aLcga$a;a(Ljava/lang/String;)Lcga$a;intermediary method_6671Lnet/minecraft/class_355$class_1798;method_6671(Ljava/lang/String;)Lnet/minecraft/class_355$class_1798;named byNameLnet/minecraft/client/util/Session$AccountType;byName(Ljava/lang/String;)Lnet/minecraft/client/util/Session$AccountType;
-