@Environment(value=CLIENT) public static class GlyphRenderer.Rectangle extends Object
Modifier and Type | Field and Description |
---|---|
protected float |
alpha |
protected float |
blue |
protected float |
green |
protected float |
red |
protected float |
xMax |
protected float |
xMin |
protected float |
yMax |
protected float |
yMin |
protected float |
zIndex |
Constructor and Description |
---|
Rectangle(float xMin,
float yMin,
float xMax,
float yMax,
float zIndex,
float red,
float green,
float blue,
float alpha) |
protected final float xMin
protected final float yMin
protected final float xMax
protected final float yMax
protected final float zIndex
protected final float red
protected final float green
protected final float blue
protected final float alpha