public class TexturedGlyph
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
TexturedGlyph.Effect |
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) |
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)