Package net.minecraft.client.font
Class GlyphAtlasTexture
java.lang.Object
net.minecraft.client.texture.AbstractTexture
net.minecraft.client.font.GlyphAtlasTexture
- All Implemented Interfaces:
AutoCloseable
@Environment(CLIENT) public class GlyphAtlasTexture extends AbstractTexture
- Mappings:
Namespace Name official dvcintermediary net/minecraft/class_380named net/minecraft/client/font/GlyphAtlasTexture
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) static classGlyphAtlasTexture.Slot -
Field Summary
Fields Modifier and Type Field Description private booleanhasColorprivate Identifieridprivate GlyphAtlasTexture.SlotrootSlotprivate RenderLayerseeThroughTextLayerprivate RenderLayertextLayerFields inherited from class net.minecraft.client.texture.AbstractTexture
bilinear, glId, mipmap -
Constructor Summary
Constructors Constructor Description GlyphAtlasTexture(Identifier id, boolean hasColor) -
Method Summary
Modifier and Type Method Description voidclose()@Nullable GlyphRenderergetGlyphRenderer(RenderableGlyph glyph)IdentifiergetId()voidload(ResourceManager manager)Methods inherited from class net.minecraft.client.texture.AbstractTexture
bindTexture, clearGlId, getGlId, registerTexture, setFilter
-
Field Details
-
id
- Mappings:
Namespace Name Mixin selector official dLdvc;d:Lwl;intermediary field_2262Lnet/minecraft/class_380;field_2262:Lnet/minecraft/class_2960;named idLnet/minecraft/client/font/GlyphAtlasTexture;id:Lnet/minecraft/util/Identifier;
-
textLayer
- Mappings:
Namespace Name Mixin selector official eLdvc;e:Lejs;intermediary field_21690Lnet/minecraft/class_380;field_21690:Lnet/minecraft/class_1921;named textLayerLnet/minecraft/client/font/GlyphAtlasTexture;textLayer:Lnet/minecraft/client/render/RenderLayer;
-
seeThroughTextLayer
- Mappings:
Namespace Name Mixin selector official fLdvc;f:Lejs;intermediary field_21691Lnet/minecraft/class_380;field_21691:Lnet/minecraft/class_1921;named seeThroughTextLayerLnet/minecraft/client/font/GlyphAtlasTexture;seeThroughTextLayer:Lnet/minecraft/client/render/RenderLayer;
-
hasColor
private final boolean hasColor- Mappings:
Namespace Name Mixin selector official gLdvc;g:Zintermediary field_2263Lnet/minecraft/class_380;field_2263:Znamed hasColorLnet/minecraft/client/font/GlyphAtlasTexture;hasColor:Z
-
rootSlot
- Mappings:
Namespace Name Mixin selector official hLdvc;h:Ldvc$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>Ldvc;<init>(Lwl;Z)Vintermediary <init>Lnet/minecraft/class_380;<init>(Lnet/minecraft/class_2960;Z)Vnamed <init>Lnet/minecraft/client/font/GlyphAtlasTexture;<init>(Lnet/minecraft/util/Identifier;Z)V
-
-
Method Details
-
load
- Specified by:
loadin classAbstractTexture- Mappings:
Namespace Name Mixin selector official aLetc;a(Ladh;)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- Mappings:
Namespace Name Mixin selector official closeLetc;close()Vintermediary closeLnet/minecraft/class_1044;close()Vnamed closeLnet/minecraft/client/texture/AbstractTexture;close()V
-
getGlyphRenderer
- Mappings:
Namespace Name Mixin selector official aLdvc;a(Ldma;)Ldve;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;
-
getId
- Mappings:
Namespace Name Mixin selector official aLdvc;a()Lwl;intermediary method_2023Lnet/minecraft/class_380;method_2023()Lnet/minecraft/class_2960;named getIdLnet/minecraft/client/font/GlyphAtlasTexture;getId()Lnet/minecraft/util/Identifier;
-