Package net.minecraft.client.font
Interface SpriteGlyph
- All Superinterfaces:
TextDrawable
- All Known Implementing Classes:
PlayerHeadGlyphs.Glyph,SpriteAtlasGlyphs.Glyph
- Mappings:
Namespace Name named net/minecraft/client/font/SpriteGlyphintermediary net/minecraft/class_11878official gie
-
Method Summary
Modifier and TypeMethodDescriptionintcolor()voiddraw(Matrix4f matrix, VertexConsumer vertexConsumer, int light, float x, float y, float z, int color) default voidrender(Matrix4f matrix4f, VertexConsumer consumer, int light, boolean noDepth) intfloatfloatx()floaty()Methods inherited from interface net.minecraft.client.font.TextDrawable
getEffectiveMaxX, getEffectiveMaxY, getEffectiveMinX, getEffectiveMinY, getPipeline, getRenderLayer, textureView
-
Method Details
-
render
- Specified by:
renderin interfaceTextDrawable- Mappings:
Namespace Name Mixin selector named renderLnet/minecraft/client/font/TextDrawable;render(Lorg/joml/Matrix4f;Lnet/minecraft/client/render/VertexConsumer;IZ)Vintermediary method_73403Lnet/minecraft/class_11767;method_73403(Lorg/joml/Matrix4f;Lnet/minecraft/class_4588;IZ)Vofficial aLgii;a(Lorg/joml/Matrix4f;Lfue;IZ)V
-
draw
void draw(Matrix4f matrix, VertexConsumer vertexConsumer, int light, float x, float y, float z, int color) - Mappings:
Namespace Name Mixin selector named drawLnet/minecraft/client/font/SpriteGlyph;draw(Lorg/joml/Matrix4f;Lnet/minecraft/client/render/VertexConsumer;IFFFI)Vintermediary method_73402Lnet/minecraft/class_11878;method_73402(Lorg/joml/Matrix4f;Lnet/minecraft/class_4588;IFFFI)Vofficial aLgie;a(Lorg/joml/Matrix4f;Lfue;IFFFI)V
-
x
float x()- Mappings:
Namespace Name Mixin selector named xLnet/minecraft/client/font/SpriteGlyph;x()Fintermediary comp_4631Lnet/minecraft/class_11878;comp_4631()Fofficial iLgie;i()F
-
y
float y()- Mappings:
Namespace Name Mixin selector named yLnet/minecraft/client/font/SpriteGlyph;y()Fintermediary comp_4632Lnet/minecraft/class_11878;comp_4632()Fofficial jLgie;j()F
-
color
int color()- Mappings:
Namespace Name Mixin selector named colorLnet/minecraft/client/font/SpriteGlyph;color()Iintermediary comp_4633Lnet/minecraft/class_11878;comp_4633()Iofficial kLgie;k()I
-
shadowColor
int shadowColor()- Mappings:
Namespace Name Mixin selector named shadowColorLnet/minecraft/client/font/SpriteGlyph;shadowColor()Iintermediary comp_4634Lnet/minecraft/class_11878;comp_4634()Iofficial lLgie;l()I
-
shadowOffset
float shadowOffset()- Mappings:
Namespace Name Mixin selector named shadowOffsetLnet/minecraft/client/font/SpriteGlyph;shadowOffset()Fintermediary comp_4635Lnet/minecraft/class_11878;comp_4635()Fofficial mLgie;m()F
-