Package net.minecraft.client.font
Class GlyphAtlasTexture
java.lang.Object
net.minecraft.client.texture.AbstractTexture
net.minecraft.client.font.GlyphAtlasTexture
- All Implemented Interfaces:
 AutoCloseable,DynamicTexture
@Environment(CLIENT)
public class GlyphAtlasTexture
extends AbstractTexture
implements DynamicTexture
- Mappings:
 Namespace Name official erointermediary net/minecraft/class_380named net/minecraft/client/font/GlyphAtlasTexture
- 
Nested Class Summary
Nested Classes - 
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final booleanprivate final GlyphAtlasTexture.Slotprivate static final intprivate final TextRenderLayerSetFields inherited from class net.minecraft.client.texture.AbstractTexture
bilinear, DEFAULT_ID, glId, mipmap - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidclose()getGlyphRenderer(RenderableGlyph glyph) voidload(ResourceManager manager) voidsave(Identifier id, Path path) Methods inherited from class net.minecraft.client.texture.AbstractTexture
bindTexture, clearGlId, getGlId, registerTexture, setFilter 
- 
Field Details
- 
SLOT_LENGTH
private static final int SLOT_LENGTH- See Also:
 - Mappings:
 Namespace Name Mixin selector official eLero;e:Iintermediary field_32227Lnet/minecraft/class_380;field_32227:Inamed SLOT_LENGTHLnet/minecraft/client/font/GlyphAtlasTexture;SLOT_LENGTH:I
 - 
textRenderLayers
- Mappings:
 Namespace Name Mixin selector official fLero;f:Lerp;intermediary field_44759Lnet/minecraft/class_380;field_44759:Lnet/minecraft/class_8538;named textRenderLayersLnet/minecraft/client/font/GlyphAtlasTexture;textRenderLayers:Lnet/minecraft/client/font/TextRenderLayerSet;
 - 
hasColor
private final boolean hasColor- Mappings:
 Namespace Name Mixin selector official gLero;g:Zintermediary field_2263Lnet/minecraft/class_380;field_2263:Znamed hasColorLnet/minecraft/client/font/GlyphAtlasTexture;hasColor:Z
 - 
rootSlot
- Mappings:
 Namespace Name Mixin selector official hLero;h:Lero$a;intermediary field_2264Lnet/minecraft/class_380;field_2264:Lnet/minecraft/class_380$class_381;named rootSlotLnet/minecraft/client/font/GlyphAtlasTexture;rootSlot:Lnet/minecraft/client/font/GlyphAtlasTexture$Slot;
 
 - 
 - 
Constructor Details
- 
GlyphAtlasTexture
- Mappings:
 Namespace Name Mixin selector official <init>Lero;<init>(Lerp;Z)Vintermediary <init>Lnet/minecraft/class_380;<init>(Lnet/minecraft/class_8538;Z)Vnamed <init>Lnet/minecraft/client/font/GlyphAtlasTexture;<init>(Lnet/minecraft/client/font/TextRenderLayerSet;Z)V
 
 - 
 - 
Method Details
- 
load
- Specified by:
 loadin classAbstractTexture- Mappings:
 Namespace Name Mixin selector official aLfug;a(Lakx;)Vintermediary method_4625Lnet/minecraft/class_1044;method_4625(Lnet/minecraft/class_3300;)Vnamed loadLnet/minecraft/client/texture/AbstractTexture;load(Lnet/minecraft/resource/ResourceManager;)V
 - 
close
public void close()- Specified by:
 closein interfaceAutoCloseable- Overrides:
 closein classAbstractTexture
 - 
getGlyphRenderer
- Mappings:
 Namespace Name Mixin selector official aLero;a(Legn;)Lerr;intermediary method_2022Lnet/minecraft/class_380;method_2022(Lnet/minecraft/class_383;)Lnet/minecraft/class_382;named getGlyphRendererLnet/minecraft/client/font/GlyphAtlasTexture;getGlyphRenderer(Lnet/minecraft/client/font/RenderableGlyph;)Lnet/minecraft/client/font/GlyphRenderer;
 - 
save
- Specified by:
 savein interfaceDynamicTexture- Mappings:
 Namespace Name Mixin selector official aLfuh;a(Lacq;Ljava/nio/file/Path;)Vintermediary method_49712Lnet/minecraft/class_8215;method_49712(Lnet/minecraft/class_2960;Ljava/nio/file/Path;)Vnamed saveLnet/minecraft/client/texture/DynamicTexture;save(Lnet/minecraft/util/Identifier;Ljava/nio/file/Path;)V
 
 -