Uses of Interface
net.minecraft.client.gui.font.providers.UnihexProvider.LineData
-
Uses of UnihexProvider.LineData in net.minecraft.client.gui.font.providers
Modifier and TypeClassDescription(package private) static final record
(package private) static final record
(package private) static final record
Modifier and TypeFieldDescriptionprivate final UnihexProvider.LineData
UnihexProvider.Glyph.contents
The field for thecontents
record component.Modifier and TypeMethodDescriptionUnihexProvider.Glyph.contents()
Returns the value of thecontents
record component.(package private) static UnihexProvider.LineData
UnihexProvider.ByteContents.read
(int p_285080_, it.unimi.dsi.fastutil.bytes.ByteList p_285481_) (package private) static UnihexProvider.LineData
UnihexProvider.ShortContents.read
(int p_285528_, it.unimi.dsi.fastutil.bytes.ByteList p_284958_) (package private) static UnihexProvider.LineData
UnihexProvider.IntContents.read24
(int p_285362_, it.unimi.dsi.fastutil.bytes.ByteList p_285123_) static UnihexProvider.LineData
UnihexProvider.IntContents.read32
(int p_285222_, it.unimi.dsi.fastutil.bytes.ByteList p_285346_) Modifier and TypeMethodDescriptionvoid
UnihexProvider.ReaderOutput.accept
(int p_285139_, UnihexProvider.LineData p_284982_) (package private) static void
UnihexProvider.unpackBitsToBytes
(IntBuffer p_285283_, UnihexProvider.LineData p_285485_, int p_284940_, int p_284950_) ModifierConstructorDescription(package private)
Glyph
(UnihexProvider.LineData contents, int left, int right) Creates an instance of aGlyph
record class.