Package net.minecraft.client.font
Interface Glyph
- All Known Subinterfaces:
RenderableGlyph
- All Known Implementing Classes:
BitmapFont.BitmapFontGlyph
,BlankGlyph
,TrueTypeFont.TtfGlyph
,UnicodeTextureFont.UnicodeTextureGlyph
,WhiteRectangleGlyph
@Environment(CLIENT) public interface Glyph
- Mappings:
Namespace Name official dkf
intermediary net/minecraft/class_379
named net/minecraft/client/font/Glyph
-
Method Summary
Modifier and Type Method Description float
getAdvance()
default float
getAdvance(boolean bold)
default float
getBearingX()
default float
getBoldOffset()
default float
getShadowOffset()
-
Method Details
-
getAdvance
float getAdvance()- Mappings:
Namespace Name Mixin selector official getAdvance
Ldkf;getAdvance()F
intermediary getAdvance
Lnet/minecraft/class_379;getAdvance()F
named getAdvance
Lnet/minecraft/client/font/Glyph;getAdvance()F
-
getAdvance
default float getAdvance(boolean bold)- Mappings:
Namespace Name Mixin selector official a
Ldkf;a(Z)F
intermediary method_16798
Lnet/minecraft/class_379;method_16798(Z)F
named getAdvance
Lnet/minecraft/client/font/Glyph;getAdvance(Z)F
-
getBearingX
default float getBearingX()- Mappings:
Namespace Name Mixin selector official a
Ldkf;a()F
intermediary method_16797
Lnet/minecraft/class_379;method_16797()F
named getBearingX
Lnet/minecraft/client/font/Glyph;getBearingX()F
-
getBoldOffset
default float getBoldOffset()- Mappings:
Namespace Name Mixin selector official b
Ldkf;b()F
intermediary method_16799
Lnet/minecraft/class_379;method_16799()F
named getBoldOffset
Lnet/minecraft/client/font/Glyph;getBoldOffset()F
-
getShadowOffset
default float getShadowOffset()- Mappings:
Namespace Name Mixin selector official c
Ldkf;c()F
intermediary method_16800
Lnet/minecraft/class_379;method_16800()F
named getShadowOffset
Lnet/minecraft/client/font/Glyph;getShadowOffset()F
-