public final class FontRendererSmall extends AbstractFontRenderer
| Modifier and Type | Field and Description |
|---|---|
static FontRenderer |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
getCharacters() |
int |
getCharHeight()
Get the height of the characters drawn with the font renderer, in pixels.
|
int |
getCharWidth()
Get the width of the characters drawn with the font renderer, in pixels.
|
protected int |
getGapU() |
protected int |
getGapV() |
protected int |
getResolution() |
protected net.minecraft.util.ResourceLocation |
getTextureLocation() |
drawString, drawStringpublic static final FontRenderer INSTANCE
public int getCharWidth()
FontRendererpublic int getCharHeight()
FontRendererprotected java.lang.String getCharacters()
getCharacters in class AbstractFontRendererprotected net.minecraft.util.ResourceLocation getTextureLocation()
getTextureLocation in class AbstractFontRendererprotected int getResolution()
getResolution in class AbstractFontRendererprotected int getGapU()
getGapU in class AbstractFontRendererprotected int getGapV()
getGapV in class AbstractFontRenderer