Interface FontLoader.Loadable

Enclosing interface:
FontLoader

@Environment(CLIENT) public static interface FontLoader.Loadable
Mappings:
Namespace Name
official ero$a
intermediary net/minecraft/class_389$class_8539
named net/minecraft/client/font/FontLoader$Loadable
  • Method Summary

    Modifier and Type
    Method
    Description
    load(ResourceManager resourceManager)
     
  • Method Details

    • load

      Font load(ResourceManager resourceManager) throws IOException
      Throws:
      IOException
      Mappings:
      Namespace Name Mixin selector
      official load Lero$a;load(Lakx;)Lege;
      intermediary load Lnet/minecraft/class_389$class_8539;load(Lnet/minecraft/class_3300;)Lnet/minecraft/class_390;
      named load Lnet/minecraft/client/font/FontLoader$Loadable;load(Lnet/minecraft/resource/ResourceManager;)Lnet/minecraft/client/font/Font;