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$Type
intermediary net/minecraft/class_4396$class_4397
official fcw$a
  • Enum Constant Details

    • WARNING

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

      public static final RealmsLongConfirmationScreen.Type INFO
      Mappings:
      Namespace Name Mixin selector
      named INFO Lnet/minecraft/client/realms/gui/screen/RealmsLongConfirmationScreen$Type;INFO:Lnet/minecraft/client/realms/gui/screen/RealmsLongConfirmationScreen$Type;
      intermediary field_19904 Lnet/minecraft/class_4396$class_4397;field_19904:Lnet/minecraft/class_4396$class_4397;
      official b Lfcw$a;b:Lfcw$a;
  • Field Details

    • colorCode

      public final int colorCode
      Mappings:
      Namespace Name Mixin selector
      named colorCode Lnet/minecraft/client/realms/gui/screen/RealmsLongConfirmationScreen$Type;colorCode:I
      intermediary field_19905 Lnet/minecraft/class_4396$class_4397;field_19905:I
      official c Lfcw$a;c:I
    • text

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

    • Type

      private Type(Text text, int colorCode)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/client/realms/gui/screen/RealmsLongConfirmationScreen$Type;<init>(Ljava/lang/String;ILnet/minecraft/text/Text;I)V
      intermediary <init> Lnet/minecraft/class_4396$class_4397;<init>(Ljava/lang/String;ILnet/minecraft/class_2561;I)V
      official <init> Lfcw$a;<init>(Ljava/lang/String;ILxp;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