public class TexturedGlyph
extends java.lang.Object
Constructor and Description |
---|
TexturedGlyph(ResourceLocation loc,
float minU,
float maxU,
float minV,
float maxV,
float xStart,
float xEnd,
float yStart,
float yEnd) |
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 TexturedGlyph(ResourceLocation loc, float minU, float maxU, float minV, float maxV, float xStart, float xEnd, float yStart, float yEnd)
public void render(TextureManager textureManagerIn, boolean isItalic, float x, float y, BufferBuilder buffer, float red, float green, float blue, float alpha)
@Nullable public ResourceLocation getTextureLocation()