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 egx$a
intermediary net/minecraft/class_4396$class_4397
named net/minecraft/client/realms/gui/screen/RealmsLongConfirmationScreen$Type
  • Enum Constant Details

    • WARNING

      public static final RealmsLongConfirmationScreen.Type WARNING
      Mappings:
      Namespace Name Mixin selector
      official a Legx$a;a:Legx$a;
      intermediary field_19903 Lnet/minecraft/class_4396$class_4397;field_19903:Lnet/minecraft/class_4396$class_4397;
      named WARNING Lnet/minecraft/client/realms/gui/screen/RealmsLongConfirmationScreen$Type;WARNING:Lnet/minecraft/client/realms/gui/screen/RealmsLongConfirmationScreen$Type;
    • INFO

      public static final RealmsLongConfirmationScreen.Type INFO
      Mappings:
      Namespace Name Mixin selector
      official b Legx$a;b:Legx$a;
      intermediary field_19904 Lnet/minecraft/class_4396$class_4397;field_19904:Lnet/minecraft/class_4396$class_4397;
      named INFO Lnet/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 c Legx$a;c:I
      intermediary field_19905 Lnet/minecraft/class_4396$class_4397;field_19905:I
      named colorCode Lnet/minecraft/client/realms/gui/screen/RealmsLongConfirmationScreen$Type;colorCode:I
    • text

      public final Text text
      Mappings:
      Namespace Name Mixin selector
      official d Legx$a;d:Lss;
      intermediary field_19906 Lnet/minecraft/class_4396$class_4397;field_19906:Lnet/minecraft/class_2561;
      named text Lnet/minecraft/client/realms/gui/screen/RealmsLongConfirmationScreen$Type;text:Lnet/minecraft/text/Text;
  • Constructor Details

    • Type

      private Type(String text, int colorCode)
      Mappings:
      Namespace Name Mixin selector
      official <init> Legx$a;<init>(Ljava/lang/String;ILjava/lang/String;I)V
      intermediary <init> Lnet/minecraft/class_4396$class_4397;<init>(Ljava/lang/String;ILjava/lang/String;I)V
      named <init> Lnet/minecraft/client/realms/gui/screen/RealmsLongConfirmationScreen$Type;<init>(Ljava/lang/String;ILjava/lang/String;I)V
  • Method Details

    • values

      public static RealmsLongConfirmationScreen.Type[] 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

      public static RealmsLongConfirmationScreen.Type valueOf(String name)
      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 name
      NullPointerException - if the argument is null