Uses of Interface
net.minecraft.client.font.UnihexFont.BitmapGlyph
Packages that use UnihexFont.BitmapGlyph
-
Uses of UnihexFont.BitmapGlyph in net.minecraft.client.font
Classes in net.minecraft.client.font that implement UnihexFont.BitmapGlyphModifier and TypeClassDescriptionprivate static final record
private static final record
private static final record
Fields in net.minecraft.client.font declared as UnihexFont.BitmapGlyphModifier and TypeFieldDescriptionprivate final UnihexFont.BitmapGlyph
UnihexFont.UnicodeTextureGlyph.contents
The field for thecontents
record component.Methods in net.minecraft.client.font that return UnihexFont.BitmapGlyphModifier and TypeMethodDescriptionUnihexFont.UnicodeTextureGlyph.contents()
Returns the value of thecontents
record component.(package private) static UnihexFont.BitmapGlyph
(package private) static UnihexFont.BitmapGlyph
(package private) static UnihexFont.BitmapGlyph
static UnihexFont.BitmapGlyph
Methods in net.minecraft.client.font with parameters of type UnihexFont.BitmapGlyphModifier and TypeMethodDescriptionvoid
UnihexFont.BitmapGlyphConsumer.accept
(int codePoint, UnihexFont.BitmapGlyph glyph) (package private) static void
UnihexFont.addGlyphPixels
(IntBuffer pixelsOut, UnihexFont.BitmapGlyph glyph, int left, int right) Constructors in net.minecraft.client.font with parameters of type UnihexFont.BitmapGlyphModifierConstructorDescription(package private)
UnicodeTextureGlyph
(UnihexFont.BitmapGlyph bitmapGlyph, int int2, int int3)