Package net.minecraft.client.font
Class GlyphAtlasTexture
java.lang.Object
net.minecraft.client.texture.AbstractTexture
net.minecraft.client.font.GlyphAtlasTexture
- All Implemented Interfaces:
Closeable,AutoCloseable
@Environment(CLIENT) public class GlyphAtlasTexture extends AbstractTexture implements Closeable
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) static classGlyphAtlasTexture.Slot -
Field Summary
Fields Modifier and Type Field Description private RenderLayerfield_21690private RenderLayerfield_21691private booleanhasColorprivate Identifieridprivate GlyphAtlasTexture.SlotrootSlot -
Constructor Summary
Constructors Constructor Description GlyphAtlasTexture(Identifier id, boolean hasColor) -
Method Summary
Modifier and Type Method Description voidclose()GlyphRenderergetGlyphRenderer(RenderableGlyph glyph)IdentifiergetId()voidload(ResourceManager manager)Methods inherited from class net.minecraft.client.texture.AbstractTexture
bindTexture, clearGlId, getGlId, registerTexture, setFilter
-
Field Details
-
id
-
field_21690
-
field_21691
-
hasColor
private final boolean hasColor -
rootSlot
-
-
Constructor Details
-
Method Details
-
load
- Specified by:
loadin classAbstractTexture
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable
-
getGlyphRenderer
-
getId
-