Interface FontLoader

All Known Implementing Classes:
BitmapFont.Loader, TrueTypeFontLoader, UnicodeTextureFont.Loader

@Environment(CLIENT)
public interface FontLoader
Mappings:
Namespace Name
official dtr
intermediary net/minecraft/class_389
named net/minecraft/client/font/FontLoader
  • Method Summary

    Modifier and Type Method Description
    Font load​(ResourceManager manager)  
  • Method Details

    • load

      @Nullable Font load​(ResourceManager manager)
      Mappings:
      Namespace Name Mixin selector
      official a Ldtr;a(Lacx;)Ldkg;
      intermediary method_2039 Lnet/minecraft/class_389;method_2039(Lnet/minecraft/class_3300;)Lnet/minecraft/class_390;
      named load Lnet/minecraft/client/font/FontLoader;load(Lnet/minecraft/resource/ResourceManager;)Lnet/minecraft/client/font/Font;