net.minecraft.client.font

public interface DrawnSpriteGlyph

extends TextDrawable$DrawnGlyphRect

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

Field summary

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

Method summary

Modifier and TypeMethod
default void
render(org.joml.Matrix4fc pose, VertexConsumer buffer, int packedLightCoords, boolean flat)
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)
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()
x()
comp_4631()
x()
float
y()
y()
comp_4632()
y()
int
color()
color()
comp_4633()
color()
int
shadowColor()
shadowColor()
comp_4634()
shadowColor()
float
shadowOffset()
shadowOffset()
comp_4635()
shadowOffset()
default float
width()
width()
method_75822()
getWidth()
default float
height()
height()
method_75823()
getHeight()
default float
ascent()
ascent()
method_75824()
getAscent()
default float
left()
left()
method_71829()
getEffectiveMinX()
default float
right()
right()
method_71831()
getEffectiveMaxX()
default float
top()
top()
method_71830()
getEffectiveMinY()
default float
bottom()
bottom()
method_71832()
getEffectiveMaxY()