Enum Class TextRenderer.class_6415

java.lang.Object
java.lang.Enum<TextRenderer.class_6415>
net.minecraft.client.font.TextRenderer.class_6415
All Implemented Interfaces:
Serializable, Comparable<TextRenderer.class_6415>, Constable
Enclosing class:
TextRenderer

@Environment(CLIENT) public static enum TextRenderer.class_6415 extends Enum<TextRenderer.class_6415>
Mappings:
Namespace Name
official dwk$a
intermediary net/minecraft/class_327$class_6415
named net/minecraft/client/font/TextRenderer$class_6415
  • Enum Constant Details

    • field_33993

      public static final TextRenderer.class_6415 field_33993
      Mappings:
      Namespace Name Mixin selector
      official a Ldwk$a;a:Ldwk$a;
      intermediary field_33993 Lnet/minecraft/class_327$class_6415;field_33993:Lnet/minecraft/class_327$class_6415;
      named field_33993 Lnet/minecraft/client/font/TextRenderer$class_6415;field_33993:Lnet/minecraft/client/font/TextRenderer$class_6415;
    • field_33994

      public static final TextRenderer.class_6415 field_33994
      Mappings:
      Namespace Name Mixin selector
      official b Ldwk$a;b:Ldwk$a;
      intermediary field_33994 Lnet/minecraft/class_327$class_6415;field_33994:Lnet/minecraft/class_327$class_6415;
      named field_33994 Lnet/minecraft/client/font/TextRenderer$class_6415;field_33994:Lnet/minecraft/client/font/TextRenderer$class_6415;
    • field_33995

      public static final TextRenderer.class_6415 field_33995
      Mappings:
      Namespace Name Mixin selector
      official c Ldwk$a;c:Ldwk$a;
      intermediary field_33995 Lnet/minecraft/class_327$class_6415;field_33995:Lnet/minecraft/class_327$class_6415;
      named field_33995 Lnet/minecraft/client/font/TextRenderer$class_6415;field_33995:Lnet/minecraft/client/font/TextRenderer$class_6415;
  • Constructor Details

    • class_6415

      private class_6415()
  • Method Details

    • values

      public static TextRenderer.class_6415[] 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 TextRenderer.class_6415 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