Package net.minecraft

Class class_7166

java.lang.Object
net.minecraft.class_7166
All Implemented Interfaces:
AutoCloseable, Font

@Environment(CLIENT) public class class_7166 extends Object implements Font
Mappings:
Namespace Name
official dto
intermediary net/minecraft/class_7166
named net/minecraft/class_7166
  • Field Details

    • field_37841

      static final EmptyGlyphRenderer field_37841
      Mappings:
      Namespace Name Mixin selector
      official a Ldto;a:Ledy;
      intermediary field_37841 Lnet/minecraft/class_7166;field_37841:Lnet/minecraft/class_384;
      named field_37841 Lnet/minecraft/class_7166;field_37841:Lnet/minecraft/client/font/EmptyGlyphRenderer;
    • field_37842

      private final Int2ObjectMap<class_7166.class_7167> field_37842
      Mappings:
      Namespace Name Mixin selector
      official b Ldto;b:Lit/unimi/dsi/fastutil/ints/Int2ObjectMap;
      intermediary field_37842 Lnet/minecraft/class_7166;field_37842:Lit/unimi/dsi/fastutil/ints/Int2ObjectMap;
      named field_37842 Lnet/minecraft/class_7166;field_37842:Lit/unimi/dsi/fastutil/ints/Int2ObjectMap;
  • Constructor Details

  • Method Details

    • getGlyph

      @Nullable public @Nullable Glyph getGlyph(int codePoint)
      Specified by:
      getGlyph in interface Font
      Mappings:
      Namespace Name Mixin selector
      official a Ldtm;a(I)Ldtl;
      intermediary method_2040 Lnet/minecraft/class_390;method_2040(I)Lnet/minecraft/class_379;
      named getGlyph Lnet/minecraft/client/font/Font;getGlyph(I)Lnet/minecraft/client/font/Glyph;
    • getProvidedGlyphs

      public IntSet getProvidedGlyphs()
      Returns the set of code points for which this font can provide glyphs.
      Specified by:
      getProvidedGlyphs in interface Font
      Returns:
      the set of code points for which this font can provide glyphs
      Mappings:
      Namespace Name Mixin selector
      official a Ldtm;a()Lit/unimi/dsi/fastutil/ints/IntSet;
      intermediary method_27442 Lnet/minecraft/class_390;method_27442()Lit/unimi/dsi/fastutil/ints/IntSet;
      named getProvidedGlyphs Lnet/minecraft/client/font/Font;getProvidedGlyphs()Lit/unimi/dsi/fastutil/ints/IntSet;
    • method_41715

      public static FontLoader method_41715(JsonObject jsonObject)
      Mappings:
      Namespace Name Mixin selector
      official a Ldto;a(Lcom/google/gson/JsonObject;)Leed;
      intermediary method_41715 Lnet/minecraft/class_7166;method_41715(Lcom/google/gson/JsonObject;)Lnet/minecraft/class_389;
      named method_41715 Lnet/minecraft/class_7166;method_41715(Lcom/google/gson/JsonObject;)Lnet/minecraft/client/font/FontLoader;