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 TypeClassDescriptionprivate static final recordprivate static final recordprivate static final recordFields in net.minecraft.client.gui.font.providers declared as UnihexProvider.LineDataModifier and TypeFieldDescriptionprivate final UnihexProvider.LineDataUnihexProvider.Glyph.contentsThe field for thecontentsrecord component.Methods in net.minecraft.client.gui.font.providers that return UnihexProvider.LineDataModifier and TypeMethodDescriptionUnihexProvider.Glyph.contents()Returns the value of thecontentsrecord component.private static UnihexProvider.LineDataUnihexProvider.ByteContents.read(int line, it.unimi.dsi.fastutil.bytes.ByteList input) private static UnihexProvider.LineDataUnihexProvider.ShortContents.read(int line, it.unimi.dsi.fastutil.bytes.ByteList input) private static UnihexProvider.LineDataUnihexProvider.IntContents.read24(int line, it.unimi.dsi.fastutil.bytes.ByteList input) static UnihexProvider.LineDataUnihexProvider.IntContents.read32(int line, it.unimi.dsi.fastutil.bytes.ByteList input) Methods in net.minecraft.client.gui.font.providers with parameters of type UnihexProvider.LineDataModifier and TypeMethodDescriptionvoidUnihexProvider.ReaderOutput.accept(int codepoint, UnihexProvider.LineData glyph) private static voidUnihexProvider.unpackBitsToBytes(IntBuffer output, UnihexProvider.LineData data, int left, int right) Constructors in net.minecraft.client.gui.font.providers with parameters of type UnihexProvider.LineDataModifierConstructorDescriptionprivateGlyph(UnihexProvider.LineData contents, int left, int right) Creates an instance of aGlyphrecord class.