Interface FontLoader

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

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

    Modifier and Type
    Method
    Description
    @Nullable Font
     
  • Method Details

    • load

      @Nullable @Nullable Font load(ResourceManager manager)
      Mappings:
      Namespace Name Mixin selector
      official create Leor;create(Lakv;)Ledr;
      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;