Enum Class TextRenderer.TextLayerType

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

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

    • NORMAL

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

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

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

    • TextLayerType

      private TextLayerType()
  • Method Details

    • values

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