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 classTexturedGlyph.Effect
-
Field Summary
Fields Modifier and Type Field Description private floatdownprivate floatleftprivate RenderTypenormalTypeprivate floatrightprivate RenderTypeseeThroughTypeprivate floatu0private floatu1private floatupprivate floatv0private floatv1
-
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 voidrender(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_)voidrenderEffect(TexturedGlyph.Effect p_228162_1_, Matrix4f p_228162_2_, IVertexBuilder p_228162_3_, int p_228162_4_)RenderTyperenderType(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_)
-
-