Class BakedGlyph
java.lang.Object
net.minecraft.client.gui.font.glyphs.BakedGlyph
- Direct Known Subclasses:
- EmptyGlyph
- 
Nested Class SummaryNested Classes
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final floatprivate final floatprivate final GlyphRenderTypesprivate final floatprivate final floatprivate final floatprivate final floatprivate final floatprivate final float
- 
Constructor SummaryConstructorsConstructorDescriptionBakedGlyph(GlyphRenderTypes p_285527_, float p_285271_, float p_284970_, float p_285098_, float p_285023_, float p_285242_, float p_285043_, float p_285100_, float p_284948_) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidrender(boolean p_95227_, float p_95228_, float p_95229_, org.joml.Matrix4f p_253706_, VertexConsumer p_95231_, float p_95232_, float p_95233_, float p_95234_, float p_95235_, int p_95236_) voidrenderEffect(BakedGlyph.Effect p_95221_, org.joml.Matrix4f p_254370_, VertexConsumer p_95223_, int p_95224_) renderType(Font.DisplayMode p_181388_) 
- 
Field Details- 
renderTypes
- 
u0private final float u0
- 
u1private final float u1
- 
v0private final float v0
- 
v1private final float v1
- 
leftprivate final float left
- 
rightprivate final float right
- 
upprivate final float up
- 
downprivate final float down
 
- 
- 
Constructor Details- 
BakedGlyphpublic BakedGlyph(GlyphRenderTypes p_285527_, float p_285271_, float p_284970_, float p_285098_, float p_285023_, float p_285242_, float p_285043_, float p_285100_, float p_284948_) 
 
- 
- 
Method Details- 
renderpublic void render(boolean p_95227_, float p_95228_, float p_95229_, org.joml.Matrix4f p_253706_, VertexConsumer p_95231_, float p_95232_, float p_95233_, float p_95234_, float p_95235_, int p_95236_) 
- 
renderEffectpublic void renderEffect(BakedGlyph.Effect p_95221_, org.joml.Matrix4f p_254370_, VertexConsumer p_95223_, int p_95224_) 
- 
renderType
 
-