Class BlankFont

java.lang.Object
net.minecraft.client.font.BlankFont
All Implemented Interfaces:
Closeable, AutoCloseable, Font

@Environment(CLIENT)
public class BlankFont
extends Object
implements Font
Mappings:
Namespace Name
official dtf
intermediary net/minecraft/class_376
named net/minecraft/client/font/BlankFont
  • Constructor Details

    • BlankFont

      public BlankFont()
  • Method Details

    • getGlyph

      @Nullable public RenderableGlyph getGlyph​(int codePoint)
      Specified by:
      getGlyph in interface Font
      Mappings:
      Namespace Name Mixin selector
      official a Ldkg;a(I)Ldkh;
      intermediary method_2040 Lnet/minecraft/class_390;method_2040(I)Lnet/minecraft/class_383;
      named getGlyph Lnet/minecraft/client/font/Font;getGlyph(I)Lnet/minecraft/client/font/RenderableGlyph;
    • getProvidedGlyphs

      public IntSet getProvidedGlyphs()
      Returns the set of code points for which this font can provide glyphs.
      Specified by:
      getProvidedGlyphs in interface Font
      Returns:
      a set of integer code points.
      Mappings:
      Namespace Name Mixin selector
      official a Ldkg;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;