Package net.minecraft.client.gui.fonts
Class TexturedGlyph
- java.lang.Object
-
- net.minecraft.client.gui.fonts.TexturedGlyph
-
- Direct Known Subclasses:
EmptyGlyph
public class TexturedGlyph extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
TexturedGlyph.Effect
-
Field Summary
Fields Modifier and Type Field Description private float
down
private float
left
private RenderType
normalType
private float
right
private RenderType
seeThroughType
private float
u0
private float
u1
private float
up
private float
v0
private float
v1
-
Constructor Summary
Constructors Constructor 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_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
render(boolean p_225595_1_, float p_225595_2_, float p_225595_3_, Matrix4f p_225595_4_, IVertexBuilder p_225595_5_, float p_225595_6_, float p_225595_7_, float p_225595_8_, float p_225595_9_, int p_225595_10_)
void
renderEffect(TexturedGlyph.Effect p_228162_1_, Matrix4f p_228162_2_, IVertexBuilder p_228162_3_, int p_228162_4_)
RenderType
renderType(boolean p_228163_1_)
-
-
-
Field Detail
-
normalType
private final RenderType normalType
-
seeThroughType
private final RenderType seeThroughType
-
u0
private final float u0
-
u1
private final float u1
-
v0
private final float v0
-
v1
private final float v1
-
left
private final float left
-
right
private final float right
-
up
private final float up
-
down
private final float down
-
-
Constructor Detail
-
TexturedGlyph
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_)
-
-
Method Detail
-
render
public void render(boolean p_225595_1_, float p_225595_2_, float p_225595_3_, Matrix4f p_225595_4_, IVertexBuilder p_225595_5_, float p_225595_6_, float p_225595_7_, float p_225595_8_, float p_225595_9_, int p_225595_10_)
-
renderEffect
public void renderEffect(TexturedGlyph.Effect p_228162_1_, Matrix4f p_228162_2_, IVertexBuilder p_228162_3_, int p_228162_4_)
-
renderType
public RenderType renderType(boolean p_228163_1_)
-
-