net.minecraft.client.gui.font.providers

public class UnihexProvider

implements GlyphProvider

frn
net.minecraft.client.gui.font.providers.UnihexProvider
net.minecraft.class_391
net.minecraft.client.font.UnihexFont

Field summary

Modifier and TypeField
static final org.slf4j.Logger
b
LOGGER
field_2303
LOGGER
private static final int
c
GLYPH_HEIGHT
field_44764
field_44764
private static final int
d
DIGITS_PER_BYTE
field_44765
field_44765
private static final int
e
DIGITS_FOR_WIDTH_8
field_44766
field_44766
private static final int
f
DIGITS_FOR_WIDTH_16
field_44767
field_44767
private static final int
g
DIGITS_FOR_WIDTH_24
field_44768
field_44768
private static final int
h
DIGITS_FOR_WIDTH_32
field_44769
field_44769
private final CodepointMap<UnihexProvider$Glyph>
i
glyphs
field_44770
glyphs

Constructor summary

ModifierConstructor
(CodepointMap<UnihexProvider$Glyph> glyphs)

Method summary

Modifier and TypeMethod
public GlyphInfo
a(int arg0)
getGlyph(int arg0)
method_2040(int arg0)
getGlyph(int arg0)
public it.unimi.dsi.fastutil.ints.IntSet
a()
getSupportedGlyphs()
method_27442()
getProvidedGlyphs()
static void
a(IntBuffer arg0, int arg1, int arg2, int arg3)
unpackBitsToBytes(IntBuffer arg0, int arg1, int arg2, int arg3)
method_51655(IntBuffer arg0, int arg1, int arg2, int arg3)
addRowPixels(IntBuffer pixelsOut, int row, int left, int right)
static void
a(IntBuffer arg0, frn$f arg1, int arg2, int arg3)
unpackBitsToBytes(IntBuffer arg0, UnihexProvider$LineData arg1, int arg2, int arg3)
method_51656(IntBuffer arg0, class_391$class_8544 arg1, int arg2, int arg3)
addGlyphPixels(IntBuffer pixelsOut, UnihexFont$BitmapGlyph glyph, int left, int right)
static void
a(InputStream arg0, frn$h arg1)
readFromStream(InputStream arg0, UnihexProvider$ReaderOutput arg1)
method_51653(InputStream arg0, class_391$class_8546 arg1)
readLines(InputStream stream, UnihexFont$BitmapGlyphConsumer callback)
static int
a(int arg0, it.unimi.dsi.fastutil.bytes.ByteList arg1, int arg2)
decodeHex(int arg0, it.unimi.dsi.fastutil.bytes.ByteList arg1, int arg2)
method_51652(int arg0, it.unimi.dsi.fastutil.bytes.ByteList arg1, int arg2)
getHexDigitValue(int lineNum, it.unimi.dsi.fastutil.bytes.ByteList bytes, int index)
private static int
a(int arg0, byte arg1)
decodeHex(int arg0, byte arg1)
method_51651(int arg0, byte arg1)
getHexDigitValue(int lineNum, byte digit)
private static boolean
a(InputStream arg0, it.unimi.dsi.fastutil.bytes.ByteList arg1, int arg2)
copyUntil(InputStream arg0, it.unimi.dsi.fastutil.bytes.ByteList arg1, int arg2)
method_51654(InputStream arg0, it.unimi.dsi.fastutil.bytes.ByteList arg1, int arg2)
readUntilDelimiter(InputStream stream, it.unimi.dsi.fastutil.bytes.ByteList data, int delimiter)