Uses of Interface
net.minecraft.client.gui.font.providers.UnihexProvider.LineData
Packages that use UnihexProvider.LineData
-
Uses of UnihexProvider.LineData in net.minecraft.client.gui.font.providers
Classes in net.minecraft.client.gui.font.providers that implement UnihexProvider.LineDataModifier and TypeClassDescription(package private) static final record
(package private) static final record
(package private) static final record
Fields in net.minecraft.client.gui.font.providers declared as UnihexProvider.LineDataModifier and TypeFieldDescriptionprivate final UnihexProvider.LineData
UnihexProvider.Glyph.contents
The field for thecontents
record component.Methods in net.minecraft.client.gui.font.providers that return UnihexProvider.LineDataModifier and TypeMethodDescriptionUnihexProvider.Glyph.contents()
Returns the value of thecontents
record component.(package private) static UnihexProvider.LineData
UnihexProvider.ByteContents.read
(int index, it.unimi.dsi.fastutil.bytes.ByteList byteList) (package private) static UnihexProvider.LineData
UnihexProvider.ShortContents.read
(int index, it.unimi.dsi.fastutil.bytes.ByteList byteList) (package private) static UnihexProvider.LineData
UnihexProvider.IntContents.read24
(int index, it.unimi.dsi.fastutil.bytes.ByteList byteList) static UnihexProvider.LineData
UnihexProvider.IntContents.read32
(int index, it.unimi.dsi.fastutil.bytes.ByteList byteList) Methods in net.minecraft.client.gui.font.providers with parameters of type UnihexProvider.LineDataModifier and TypeMethodDescriptionvoid
UnihexProvider.ReaderOutput.accept
(int p_285139_, UnihexProvider.LineData p_284982_) (package private) static void
UnihexProvider.unpackBitsToBytes
(IntBuffer buffer, UnihexProvider.LineData lineData, int left, int right) Constructors in net.minecraft.client.gui.font.providers with parameters of type UnihexProvider.LineDataModifierConstructorDescription(package private)
Glyph
(UnihexProvider.LineData contents, int left, int right) Creates an instance of aGlyph
record class.