Package net.minecraft.client.realms
Enum Class RealmsClient.Environment
- All Implemented Interfaces:
Serializable
,Comparable<RealmsClient.Environment>
,Constable
- Enclosing class:
RealmsClient
@Environment(CLIENT)
public static enum RealmsClient.Environment
extends Enum<RealmsClient.Environment>
- Mappings:
Namespace Name official eiz$b
intermediary net/minecraft/class_4341$class_4343
named net/minecraft/client/realms/RealmsClient$Environment
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Optional<RealmsClient.Environment>
static RealmsClient.Environment
Returns the enum constant of this class with the specified name.static RealmsClient.Environment[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
PRODUCTION
- Mappings:
Namespace Name Mixin selector official a
Leiz$b;a:Leiz$b;
intermediary field_19586
Lnet/minecraft/class_4341$class_4343;field_19586:Lnet/minecraft/class_4341$class_4343;
named PRODUCTION
Lnet/minecraft/client/realms/RealmsClient$Environment;PRODUCTION:Lnet/minecraft/client/realms/RealmsClient$Environment;
-
STAGE
- Mappings:
Namespace Name Mixin selector official b
Leiz$b;b:Leiz$b;
intermediary field_19587
Lnet/minecraft/class_4341$class_4343;field_19587:Lnet/minecraft/class_4341$class_4343;
named STAGE
Lnet/minecraft/client/realms/RealmsClient$Environment;STAGE:Lnet/minecraft/client/realms/RealmsClient$Environment;
-
LOCAL
- Mappings:
Namespace Name Mixin selector official c
Leiz$b;c:Leiz$b;
intermediary field_19588
Lnet/minecraft/class_4341$class_4343;field_19588:Lnet/minecraft/class_4341$class_4343;
named LOCAL
Lnet/minecraft/client/realms/RealmsClient$Environment;LOCAL:Lnet/minecraft/client/realms/RealmsClient$Environment;
-
-
Field Details
-
baseUrl
- Mappings:
Namespace Name Mixin selector official d
Leiz$b;d:Ljava/lang/String;
intermediary field_19589
Lnet/minecraft/class_4341$class_4343;field_19589:Ljava/lang/String;
named baseUrl
Lnet/minecraft/client/realms/RealmsClient$Environment;baseUrl:Ljava/lang/String;
-
protocol
- Mappings:
Namespace Name Mixin selector official e
Leiz$b;e:Ljava/lang/String;
intermediary field_19590
Lnet/minecraft/class_4341$class_4343;field_19590:Ljava/lang/String;
named protocol
Lnet/minecraft/client/realms/RealmsClient$Environment;protocol:Ljava/lang/String;
-
-
Constructor Details
-
Environment
- Mappings:
Namespace Name Mixin selector official <init>
Leiz$b;<init>(Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;)V
intermediary <init>
Lnet/minecraft/class_4341$class_4343;<init>(Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;)V
named <init>
Lnet/minecraft/client/realms/RealmsClient$Environment;<init>(Ljava/lang/String;ILjava/lang/String;Ljava/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
-
fromName
- Mappings:
Namespace Name Mixin selector official a
Leiz$b;a(Ljava/lang/String;)Ljava/util/Optional;
intermediary method_52215
Lnet/minecraft/class_4341$class_4343;method_52215(Ljava/lang/String;)Ljava/util/Optional;
named fromName
Lnet/minecraft/client/realms/RealmsClient$Environment;fromName(Ljava/lang/String;)Ljava/util/Optional;
-