Package net.minecraft.client.font
Enum Class FontType
- All Implemented Interfaces:
Serializable
,Comparable<FontType>
,Constable
,StringIdentifiable
- Mappings:
Namespace Name named net/minecraft/client/font/FontType
intermediary net/minecraft/class_394
official fkj
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
Nested classes/interfaces inherited from interface net.minecraft.util.StringIdentifiable
StringIdentifiable.BasicCodec<S extends StringIdentifiable>, StringIdentifiable.EnumCodec<E extends Enum<E> & StringIdentifiable>
-
Enum Constant Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<FontType> private final String
private final com.mojang.serialization.MapCodec
<? extends FontLoader> Fields inherited from interface net.minecraft.util.StringIdentifiable
CACHED_MAP_THRESHOLD
-
Constructor Summary
ModifierConstructorDescriptionprivate
FontType
(String id, com.mojang.serialization.MapCodec<? extends FontLoader> loaderCodec) -
Method Summary
Modifier and TypeMethodDescriptionasString()
Returns the unique string representation of the enum, used for serialization.com.mojang.serialization.MapCodec
<? extends FontLoader> static FontType
Returns the enum constant of this class with the specified name.static FontType[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
BITMAP
- Mappings:
Namespace Name Mixin selector named BITMAP
Lnet/minecraft/client/font/FontType;BITMAP:Lnet/minecraft/client/font/FontType;
intermediary field_2312
Lnet/minecraft/class_394;field_2312:Lnet/minecraft/class_394;
official a
Lfkj;a:Lfkj;
-
TTF
- Mappings:
Namespace Name Mixin selector named TTF
Lnet/minecraft/client/font/FontType;TTF:Lnet/minecraft/client/font/FontType;
intermediary field_2317
Lnet/minecraft/class_394;field_2317:Lnet/minecraft/class_394;
official b
Lfkj;b:Lfkj;
-
SPACE
- Mappings:
Namespace Name Mixin selector named SPACE
Lnet/minecraft/client/font/FontType;SPACE:Lnet/minecraft/client/font/FontType;
intermediary field_37904
Lnet/minecraft/class_394;field_37904:Lnet/minecraft/class_394;
official c
Lfkj;c:Lfkj;
-
UNIHEX
- Mappings:
Namespace Name Mixin selector named UNIHEX
Lnet/minecraft/client/font/FontType;UNIHEX:Lnet/minecraft/client/font/FontType;
intermediary field_2313
Lnet/minecraft/class_394;field_2313:Lnet/minecraft/class_394;
official d
Lfkj;d:Lfkj;
-
REFERENCE
- Mappings:
Namespace Name Mixin selector named REFERENCE
Lnet/minecraft/client/font/FontType;REFERENCE:Lnet/minecraft/client/font/FontType;
intermediary field_44761
Lnet/minecraft/class_394;field_44761:Lnet/minecraft/class_394;
official e
Lfkj;e:Lfkj;
-
-
Field Details
-
CODEC
- Mappings:
Namespace Name Mixin selector named CODEC
Lnet/minecraft/client/font/FontType;CODEC:Lcom/mojang/serialization/Codec;
intermediary field_44802
Lnet/minecraft/class_394;field_44802:Lcom/mojang/serialization/Codec;
official f
Lfkj;f:Lcom/mojang/serialization/Codec;
-
id
- Mappings:
Namespace Name Mixin selector named id
Lnet/minecraft/client/font/FontType;id:Ljava/lang/String;
intermediary field_2314
Lnet/minecraft/class_394;field_2314:Ljava/lang/String;
official g
Lfkj;g:Ljava/lang/String;
-
loaderCodec
- Mappings:
Namespace Name Mixin selector named loaderCodec
Lnet/minecraft/client/font/FontType;loaderCodec:Lcom/mojang/serialization/MapCodec;
intermediary field_44803
Lnet/minecraft/class_394;field_44803:Lcom/mojang/serialization/MapCodec;
official h
Lfkj;h:Lcom/mojang/serialization/MapCodec;
-
-
Constructor Details
-
FontType
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/client/font/FontType;<init>(Ljava/lang/String;ILjava/lang/String;Lcom/mojang/serialization/MapCodec;)V
intermediary <init>
Lnet/minecraft/class_394;<init>(Ljava/lang/String;ILjava/lang/String;Lcom/mojang/serialization/MapCodec;)V
official <init>
Lfkj;<init>(Ljava/lang/String;ILjava/lang/String;Lcom/mojang/serialization/MapCodec;)V
-
-
Method Details
-
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
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 nameNullPointerException
- if the argument is null
-
asString
Returns the unique string representation of the enum, used for serialization.- Specified by:
asString
in interfaceStringIdentifiable
- 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
Lazu;c()Ljava/lang/String;
-
getLoaderCodec
- Mappings:
Namespace Name Mixin selector named getLoaderCodec
Lnet/minecraft/client/font/FontType;getLoaderCodec()Lcom/mojang/serialization/MapCodec;
intermediary method_51758
Lnet/minecraft/class_394;method_51758()Lcom/mojang/serialization/MapCodec;
official a
Lfkj;a()Lcom/mojang/serialization/MapCodec;
-