Class FontSet.Source
java.lang.Object
net.minecraft.client.gui.font.FontSet.Source
- All Implemented Interfaces:
GlyphSource
- Enclosing class:
FontSet
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetGlyph(int codepoint) getRandomGlyph(RandomSource random, int width)
-
Field Details
-
filterFishyGlyphs
private final boolean filterFishyGlyphs
-
-
Constructor Details
-
Source
public Source(boolean filterFishyGlyphs)
-
-
Method Details
-
getGlyph
- Specified by:
getGlyphin interfaceGlyphSource
-
getRandomGlyph
- Specified by:
getRandomGlyphin interfaceGlyphSource
-