public class Font
extends java.lang.Object
implements java.lang.AutoCloseable
コンストラクタと説明 |
---|
Font(TextureManager textureManagerIn,
ResourceLocation resourceLocationIn) |
修飾子とタイプ | メソッドと説明 |
---|---|
void |
close() |
IGlyph |
findGlyph(char charIn) |
TexturedGlyph |
getGlyph(char character) |
TexturedGlyph |
getWhiteGlyph() |
TexturedGlyph |
obfuscate(IGlyph glyph) |
void |
setGlyphProviders(java.util.List<IGlyphProvider> glyphProvidersIn) |
public Font(TextureManager textureManagerIn, ResourceLocation resourceLocationIn)
public void setGlyphProviders(java.util.List<IGlyphProvider> glyphProvidersIn)
public void close()
close
インタフェース内 java.lang.AutoCloseable
public IGlyph findGlyph(char charIn)
public TexturedGlyph getGlyph(char character)
public TexturedGlyph obfuscate(IGlyph glyph)
public TexturedGlyph getWhiteGlyph()