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
official fgf
intermediary net/minecraft/class_9243
named net/minecraft/client/font/FontFilterType
  • Enum Constant Details

    • UNIFORM

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

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

    • CODEC

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

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

    • FontFilterType

      private FontFilterType(String id)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lfgf;<init>(Ljava/lang/String;ILjava/lang/String;)V
      intermediary <init> Lnet/minecraft/class_9243;<init>(Ljava/lang/String;ILjava/lang/String;)V
      named <init> Lnet/minecraft/client/font/FontFilterType;<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
      official c Laye;c()Ljava/lang/String;
      intermediary method_15434 Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;
      named asString Lnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;