net.minecraft.client.font

public interface DrawnSpriteGlyph

extends TextDrawable$DrawnGlyphRect

net.minecraft.client.gui.font.PlainTextRenderable
net.minecraft.class_11878
net.minecraft.client.font.DrawnSpriteGlyph

Field summary

Modifier and TypeField
float
DEFAULT_WIDTH
field_63888
field_63888
float
DEFAULT_HEIGHT
field_63889
field_63889
float
DEFUAULT_ASCENT
field_63890
field_63890

Method summary

Modifier and TypeMethod
default void
render(org.joml.Matrix4fc pose, VertexConsumer buffer, int packedLightCoords, boolean flat)
method_73403(org.joml.Matrix4fc arg0, class_4588 arg1, int arg2, boolean arg3)
render(org.joml.Matrix4fc arg0, VertexConsumer arg1, int arg2, boolean arg3)
void
renderSprite(org.joml.Matrix4fc pose, VertexConsumer buffer, int packedLightCoords, float offsetX, float offsetY, float z, int color)
method_73402(org.joml.Matrix4fc arg0, class_4588 arg1, int arg2, float arg3, float arg4, float arg5, int arg6)
draw(org.joml.Matrix4fc arg0, VertexConsumer vertexConsumer, int light, float x, float y, float z, int color)
float
x()
comp_4631()
x()
float
y()
comp_4632()
y()
int
color()
comp_4633()
color()
int
shadowColor()
comp_4634()
shadowColor()
float
shadowOffset()
comp_4635()
shadowOffset()
default float
width()
method_75822()
getWidth()
default float
height()
method_75823()
getHeight()
default float
ascent()
method_75824()
getAscent()
default float
left()
method_71829()
getEffectiveMinX()
default float
right()
method_71831()
getEffectiveMaxX()
default float
top()
method_71830()
getEffectiveMinY()
default float
bottom()
method_71832()
getEffectiveMaxY()