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
  • Constructor Details

    • BlankFont

      public BlankFont()
  • Method Details

    • getGlyph

      @Nullable public RenderableGlyph getGlyph​(int codePoint)
      Specified by:
      getGlyph in interface Font
    • 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.