Package net.minecraft.client.font
Class TrueTypeFont.TtfGlyph
java.lang.Object
net.minecraft.client.font.TrueTypeFont.TtfGlyph
- All Implemented Interfaces:
- Glyph
- Enclosing class:
- TrueTypeFont
- Mappings:
- Namespace - Name - official - egp$a- intermediary - net/minecraft/class_395$class_397- named - net/minecraft/client/font/TrueTypeFont$TtfGlyph
- 
Nested Class SummaryNested classes/interfaces inherited from interface net.minecraft.client.font.GlyphGlyph.EmptyGlyph
- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionTtfGlyph(int x1, int x2, int y2, int y1, float advance, float bearingX, int glyphIndex) 
- 
Method SummaryModifier and TypeMethodDescriptionbake(Function<RenderableGlyph, GlyphRenderer> glyphRendererGetter) floatMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.font.GlyphgetAdvance, getBoldOffset, getShadowOffset
- 
Field Details- 
widthfinal int width- Mappings:
- Namespace - Name - Mixin selector - official - b- Legp$a;b:I- intermediary - field_2338- Lnet/minecraft/class_395$class_397;field_2338:I- named - width- Lnet/minecraft/client/font/TrueTypeFont$TtfGlyph;width:I
 
- 
heightfinal int height- Mappings:
- Namespace - Name - Mixin selector - official - c- Legp$a;c:I- intermediary - field_2337- Lnet/minecraft/class_395$class_397;field_2337:I- named - height- Lnet/minecraft/client/font/TrueTypeFont$TtfGlyph;height:I
 
- 
bearingXfinal float bearingX- Mappings:
- Namespace - Name - Mixin selector - official - d- Legp$a;d:F- intermediary - field_2334- Lnet/minecraft/class_395$class_397;field_2334:F- named - bearingX- Lnet/minecraft/client/font/TrueTypeFont$TtfGlyph;bearingX:F
 
- 
ascentfinal float ascent- Mappings:
- Namespace - Name - Mixin selector - official - e- Legp$a;e:F- intermediary - field_2333- Lnet/minecraft/class_395$class_397;field_2333:F- named - ascent- Lnet/minecraft/client/font/TrueTypeFont$TtfGlyph;ascent:F
 
- 
advanceprivate final float advance- Mappings:
- Namespace - Name - Mixin selector - official - f- Legp$a;f:F- intermediary - field_2332- Lnet/minecraft/class_395$class_397;field_2332:F- named - advance- Lnet/minecraft/client/font/TrueTypeFont$TtfGlyph;advance:F
 
- 
glyphIndexfinal int glyphIndex- Mappings:
- Namespace - Name - Mixin selector - official - g- Legp$a;g:I- intermediary - field_2335- Lnet/minecraft/class_395$class_397;field_2335:I- named - glyphIndex- Lnet/minecraft/client/font/TrueTypeFont$TtfGlyph;glyphIndex:I
 
 
- 
- 
Constructor Details- 
TtfGlyphTtfGlyph(int x1, int x2, int y2, int y1, float advance, float bearingX, int glyphIndex) - Mappings:
- Namespace - Name - Mixin selector - official - <init>- Legp$a;<init>(Legp;IIIIFFI)V- intermediary - <init>- Lnet/minecraft/class_395$class_397;<init>(Lnet/minecraft/class_395;IIIIFFI)V- named - <init>- Lnet/minecraft/client/font/TrueTypeFont$TtfGlyph;<init>(Lnet/minecraft/client/font/TrueTypeFont;IIIIFFI)V
 
 
- 
- 
Method Details- 
getAdvancepublic float getAdvance()- Specified by:
- getAdvancein interface- Glyph
 
- 
bake- Specified by:
- bakein interface- Glyph
- Mappings:
- Namespace - Name - Mixin selector - official - bake- Legl;bake(Ljava/util/function/Function;)Lerr;- intermediary - bake- Lnet/minecraft/class_379;bake(Ljava/util/function/Function;)Lnet/minecraft/class_382;- named - bake- Lnet/minecraft/client/font/Glyph;bake(Ljava/util/function/Function;)Lnet/minecraft/client/font/GlyphRenderer;
 
 
-