public class EmptyGlyph extends TexturedGlyph
| Constructor and Description | 
|---|
EmptyGlyph()  | 
| Modifier and Type | Method and Description | 
|---|---|
ResourceLocation | 
getTextureLocation()  | 
void | 
render(TextureManager textureManagerIn,
      boolean isItalic,
      float x,
      float y,
      BufferBuilder buffer,
      float red,
      float green,
      float blue,
      float alpha)  | 
public void render(TextureManager textureManagerIn, boolean isItalic, float x, float y, BufferBuilder buffer, float red, float green, float blue, float alpha)
render in class TexturedGlyph@Nullable public ResourceLocation getTextureLocation()
getTextureLocation in class TexturedGlyph