Class LegacyUnicodeBitmapsProvider
java.lang.Object
net.minecraft.client.gui.font.providers.LegacyUnicodeBitmapsProvider
- All Implemented Interfaces:
- GlyphProvider,- Closeable,- AutoCloseable
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic class(package private) static class
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate static int(package private) static org.apache.logging.log4j.Loggerprivate ResourceManagerprivate byte[]private static intprivate Stringprivate Map<ResourceLocation,NativeImage>private static int
- 
Constructor SummaryConstructorsConstructorDescriptionLegacyUnicodeBitmapsProvider(ResourceManager p_95429_, byte[] p_95430_, String p_95431_)
- 
Method SummaryModifier and TypeMethodDescriptionvoidclose()getGlyph(int p_95436_)private static intgetLeft(byte p_95434_)private static intgetRight(byte p_95441_)private ResourceLocationgetSheetLocation(int p_95443_)it.unimi.dsi.fastutil.ints.IntSetprivate NativeImageloadTexture(ResourceLocation p_95438_)
- 
Field Details- 
LOGGERstatic final org.apache.logging.log4j.Logger LOGGER
- 
UNICODE_SHEETSprivate static final int UNICODE_SHEETS- See Also:
- Constant Field Values
 
- 
CHARS_PER_SHEETprivate static final int CHARS_PER_SHEET- See Also:
- Constant Field Values
 
- 
TEXTURE_SIZEprivate static final int TEXTURE_SIZE- See Also:
- Constant Field Values
 
- 
resourceManager
- 
sizesprivate final byte[] sizes
- 
texturePattern
- 
textures
 
- 
- 
Constructor Details- 
LegacyUnicodeBitmapsProvider
 
- 
- 
Method Details- 
closepublic void close()- Specified by:
- closein interface- AutoCloseable
- Specified by:
- closein interface- Closeable
- Specified by:
- closein interface- GlyphProvider
 
- 
getSheetLocation
- 
getGlyph- Specified by:
- getGlyphin interface- GlyphProvider
 
- 
getSupportedGlyphspublic it.unimi.dsi.fastutil.ints.IntSet getSupportedGlyphs()- Specified by:
- getSupportedGlyphsin interface- GlyphProvider
 
- 
loadTexture
- 
getLeftprivate static int getLeft(byte p_95434_)
- 
getRightprivate static int getRight(byte p_95441_)
 
-