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