public class TexturedGlyph
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
TexturedGlyph.Effect |
Modifier and Type | Field and Description |
---|---|
private float |
maxX |
private float |
maxY |
private float |
minX |
private float |
minY |
private RenderType |
normalType |
private RenderType |
seeThroughType |
private float |
u0 |
private float |
u1 |
private float |
v0 |
private float |
v1 |
Constructor and Description |
---|
TexturedGlyph(RenderType p_i225922_1_,
RenderType p_i225922_2_,
float p_i225922_3_,
float p_i225922_4_,
float p_i225922_5_,
float p_i225922_6_,
float p_i225922_7_,
float p_i225922_8_,
float p_i225922_9_,
float p_i225922_10_) |
Modifier and Type | Method and Description |
---|---|
RenderType |
getRenderType(boolean seeThroughIn) |
void |
render(boolean italicIn,
float xIn,
float yIn,
Matrix4f matrixIn,
IVertexBuilder bufferIn,
float redIn,
float greenIn,
float blueIn,
float alphaIn,
int packedLight) |
void |
renderEffect(TexturedGlyph.Effect effectIn,
Matrix4f matrixIn,
IVertexBuilder bufferIn,
int packedLightIn) |
private final RenderType normalType
private final RenderType seeThroughType
private final float u0
private final float u1
private final float v0
private final float v1
private final float minX
private final float maxX
private final float minY
private final float maxY
public TexturedGlyph(RenderType p_i225922_1_, RenderType p_i225922_2_, float p_i225922_3_, float p_i225922_4_, float p_i225922_5_, float p_i225922_6_, float p_i225922_7_, float p_i225922_8_, float p_i225922_9_, float p_i225922_10_)
public void render(boolean italicIn, float xIn, float yIn, Matrix4f matrixIn, IVertexBuilder bufferIn, float redIn, float greenIn, float blueIn, float alphaIn, int packedLight)
public void renderEffect(TexturedGlyph.Effect effectIn, Matrix4f matrixIn, IVertexBuilder bufferIn, int packedLightIn)
public RenderType getRenderType(boolean seeThroughIn)