Enum Class FontFilterType

java.lang.Object
java.lang.Enum<FontFilterType>
net.minecraft.client.font.FontFilterType
All Implemented Interfaces:
Serializable, Comparable<FontFilterType>, Constable, StringIdentifiable

@Environment(CLIENT) public enum FontFilterType extends Enum<FontFilterType> implements StringIdentifiable
Mappings:
Namespace Name
named net/minecraft/client/font/FontFilterType
intermediary net/minecraft/class_9243
official fqw
  • Enum Constant Details

    • UNIFORM

      public static final FontFilterType UNIFORM
      Mappings:
      Namespace Name Mixin selector
      named UNIFORM Lnet/minecraft/client/font/FontFilterType;UNIFORM:Lnet/minecraft/client/font/FontFilterType;
      intermediary field_49112 Lnet/minecraft/class_9243;field_49112:Lnet/minecraft/class_9243;
      official a Lfqw;a:Lfqw;
    • JAPANESE_VARIANTS

      public static final FontFilterType JAPANESE_VARIANTS
      Mappings:
      Namespace Name Mixin selector
      named JAPANESE_VARIANTS Lnet/minecraft/client/font/FontFilterType;JAPANESE_VARIANTS:Lnet/minecraft/client/font/FontFilterType;
      intermediary field_49113 Lnet/minecraft/class_9243;field_49113:Lnet/minecraft/class_9243;
      official b Lfqw;b:Lfqw;
  • Field Details

    • CODEC

      public static final com.mojang.serialization.Codec<FontFilterType> CODEC
      Mappings:
      Namespace Name Mixin selector
      named CODEC Lnet/minecraft/client/font/FontFilterType;CODEC:Lcom/mojang/serialization/Codec;
      intermediary field_49114 Lnet/minecraft/class_9243;field_49114:Lcom/mojang/serialization/Codec;
      official c Lfqw;c:Lcom/mojang/serialization/Codec;
    • id

      private final String id
      Mappings:
      Namespace Name Mixin selector
      named id Lnet/minecraft/client/font/FontFilterType;id:Ljava/lang/String;
      intermediary field_49115 Lnet/minecraft/class_9243;field_49115:Ljava/lang/String;
      official d Lfqw;d:Ljava/lang/String;
  • Constructor Details

    • FontFilterType

      private FontFilterType(String id)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/client/font/FontFilterType;<init>(Ljava/lang/String;ILjava/lang/String;)V
      intermediary <init> Lnet/minecraft/class_9243;<init>(Ljava/lang/String;ILjava/lang/String;)V
      official <init> Lfqw;<init>(Ljava/lang/String;ILjava/lang/String;)V
  • Method Details

    • values

      public static FontFilterType[] 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 FontFilterType 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
    • asString

      public String asString()
      Returns the unique string representation of the enum, used for serialization.
      Specified by:
      asString in interface StringIdentifiable
      Returns:
      the unique string representation of the enum, used for serialization
      Mappings:
      Namespace Name Mixin selector
      named asString Lnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;
      intermediary method_15434 Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;
      official c Lbba;c()Ljava/lang/String;