Package net.minecraft.client.font
Class EmptyBakedGlyph
java.lang.Object
net.minecraft.client.font.BakedGlyph
net.minecraft.client.font.EmptyBakedGlyph
- Mappings:
Namespace Name named net/minecraft/client/font/EmptyBakedGlyph
intermediary net/minecraft/class_384
official frc
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.font.BakedGlyph
BakedGlyph.DrawnGlyph, BakedGlyph.Rectangle
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
draw
(BakedGlyph.DrawnGlyph glyph, Matrix4f matrices, VertexConsumer vertexConsumers, int light) Methods inherited from class net.minecraft.client.font.BakedGlyph
drawRectangle, getLayer
-
Field Details
-
Constructor Details
-
Method Details
-
draw
public void draw(BakedGlyph.DrawnGlyph glyph, Matrix4f matrices, VertexConsumer vertexConsumers, int light) - Overrides:
draw
in classBakedGlyph
- Mappings:
Namespace Name Mixin selector named draw
Lnet/minecraft/client/font/BakedGlyph;draw(Lnet/minecraft/client/font/BakedGlyph$DrawnGlyph;Lorg/joml/Matrix4f;Lnet/minecraft/client/render/VertexConsumer;I)V
intermediary method_65025
Lnet/minecraft/class_382;method_65025(Lnet/minecraft/class_382$class_10364;Lorg/joml/Matrix4f;Lnet/minecraft/class_4588;I)V
official a
Lfrb;a(Lfrb$b;Lorg/joml/Matrix4f;Lfgv;I)V
-