Package net.minecraft.client.font
Interface FontLoader
- All Known Implementing Classes:
BitmapFont.Loader
,ReferenceFont
,SpaceFont.Loader
,TrueTypeFontLoader
,UnihexFont.Loader
- Mappings:
Namespace Name official evo
intermediary net/minecraft/class_389
named net/minecraft/client/font/FontLoader
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
static final record
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptioncom.mojang.datafixers.util.Either<FontLoader.Loadable,
FontLoader.Reference> build()
getType()
-
Field Details
-
CODEC
- Mappings:
Namespace Name Mixin selector official b
Levo;b:Lcom/mojang/serialization/Codec;
intermediary field_44801
Lnet/minecraft/class_389;field_44801:Lcom/mojang/serialization/Codec;
named CODEC
Lnet/minecraft/client/font/FontLoader;CODEC:Lcom/mojang/serialization/Codec;
-
-
Method Details
-
getType
FontType getType()- Mappings:
Namespace Name Mixin selector official a
Levo;a()Levp;
intermediary method_51731
Lnet/minecraft/class_389;method_51731()Lnet/minecraft/class_394;
named getType
Lnet/minecraft/client/font/FontLoader;getType()Lnet/minecraft/client/font/FontType;
-
build
com.mojang.datafixers.util.Either<FontLoader.Loadable,FontLoader.Reference> build()- Mappings:
Namespace Name Mixin selector official b
Levo;b()Lcom/mojang/datafixers/util/Either;
intermediary method_51734
Lnet/minecraft/class_389;method_51734()Lcom/mojang/datafixers/util/Either;
named build
Lnet/minecraft/client/font/FontLoader;build()Lcom/mojang/datafixers/util/Either;
-