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 named net/minecraft/client/realms/gui/screen/RealmsLongConfirmationScreen$Typeintermediary net/minecraft/class_4396$class_4397official fcw$a
-
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 named WARNINGLnet/minecraft/client/realms/gui/screen/RealmsLongConfirmationScreen$Type;WARNING:Lnet/minecraft/client/realms/gui/screen/RealmsLongConfirmationScreen$Type;intermediary field_19903Lnet/minecraft/class_4396$class_4397;field_19903:Lnet/minecraft/class_4396$class_4397;official aLfcw$a;a:Lfcw$a;
-
INFO
- Mappings:
Namespace Name Mixin selector named INFOLnet/minecraft/client/realms/gui/screen/RealmsLongConfirmationScreen$Type;INFO:Lnet/minecraft/client/realms/gui/screen/RealmsLongConfirmationScreen$Type;intermediary field_19904Lnet/minecraft/class_4396$class_4397;field_19904:Lnet/minecraft/class_4396$class_4397;official bLfcw$a;b:Lfcw$a;
-
-
Field Details
-
colorCode
public final int colorCode- Mappings:
Namespace Name Mixin selector named colorCodeLnet/minecraft/client/realms/gui/screen/RealmsLongConfirmationScreen$Type;colorCode:Iintermediary field_19905Lnet/minecraft/class_4396$class_4397;field_19905:Iofficial cLfcw$a;c:I
-
text
- Mappings:
Namespace Name Mixin selector named textLnet/minecraft/client/realms/gui/screen/RealmsLongConfirmationScreen$Type;text:Lnet/minecraft/text/Text;intermediary field_19906Lnet/minecraft/class_4396$class_4397;field_19906:Lnet/minecraft/class_2561;official dLfcw$a;d:Lxp;
-
-
Constructor Details
-
Type
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/client/realms/gui/screen/RealmsLongConfirmationScreen$Type;<init>(Ljava/lang/String;ILnet/minecraft/text/Text;I)Vintermediary <init>Lnet/minecraft/class_4396$class_4397;<init>(Ljava/lang/String;ILnet/minecraft/class_2561;I)Vofficial <init>Lfcw$a;<init>(Ljava/lang/String;ILxp;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
-