Enum Class RealmsLongConfirmationScreen.Type
java.lang.Object
java.lang.Enum<RealmsLongConfirmationScreen.Type>
net.minecraft.client.realms.gui.screen.RealmsLongConfirmationScreen.Type
- All Implemented Interfaces:
Serializable,Comparable<RealmsLongConfirmationScreen.Type>,Constable
- Enclosing class:
- RealmsLongConfirmationScreen
@Environment(CLIENT)
public static enum RealmsLongConfirmationScreen.Type
extends Enum<RealmsLongConfirmationScreen.Type>
- Mappings:
Namespace Name official dtc$aintermediary net/minecraft/class_4396$class_4397named net/minecraft/client/realms/gui/screen/RealmsLongConfirmationScreen$Type
-
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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static RealmsLongConfirmationScreen.Type[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
Warning
- Mappings:
Namespace Name Mixin selector official aLdtc$a;a:Ldtc$a;intermediary field_19903Lnet/minecraft/class_4396$class_4397;field_19903:Lnet/minecraft/class_4396$class_4397;named WarningLnet/minecraft/client/realms/gui/screen/RealmsLongConfirmationScreen$Type;Warning:Lnet/minecraft/client/realms/gui/screen/RealmsLongConfirmationScreen$Type;
-
Info
- Mappings:
Namespace Name Mixin selector official bLdtc$a;b:Ldtc$a;intermediary field_19904Lnet/minecraft/class_4396$class_4397;field_19904:Lnet/minecraft/class_4396$class_4397;named InfoLnet/minecraft/client/realms/gui/screen/RealmsLongConfirmationScreen$Type;Info:Lnet/minecraft/client/realms/gui/screen/RealmsLongConfirmationScreen$Type;
-
-
Field Details
-
colorCode
public final int colorCode- Mappings:
Namespace Name Mixin selector official cLdtc$a;c:Iintermediary field_19905Lnet/minecraft/class_4396$class_4397;field_19905:Inamed colorCodeLnet/minecraft/client/realms/gui/screen/RealmsLongConfirmationScreen$Type;colorCode:I
-
text
- Mappings:
Namespace Name Mixin selector official dLdtc$a;d:Los;intermediary field_19906Lnet/minecraft/class_4396$class_4397;field_19906:Lnet/minecraft/class_2561;named textLnet/minecraft/client/realms/gui/screen/RealmsLongConfirmationScreen$Type;text:Lnet/minecraft/text/Text;
-
-
Constructor Details
-
Type
- Mappings:
Namespace Name Mixin selector official <init>Ldtc$a;<init>(Ljava/lang/String;ILjava/lang/String;I)Vintermediary <init>Lnet/minecraft/class_4396$class_4397;<init>(Ljava/lang/String;ILjava/lang/String;I)Vnamed <init>Lnet/minecraft/client/realms/gui/screen/RealmsLongConfirmationScreen$Type;<init>(Ljava/lang/String;ILjava/lang/String;I)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
-