Package net.minecraft.client.font
Class GlyphBaker
java.lang.Object
net.minecraft.client.font.GlyphBaker
- All Implemented Interfaces:
AutoCloseable
- Mappings:
Namespace Name named net/minecraft/client/font/GlyphBakerintermediary net/minecraft/class_11642official ged
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Identifierprivate final List<GlyphAtlasTexture> private final TextureManager -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbake(Glyph glyph, RenderableGlyph renderableGlyph) voidclear()voidclose()private IdentifiergetAtlasId(int atlasIndex)
-
Field Details
-
textureManager
- Mappings:
Namespace Name Mixin selector named textureManagerLnet/minecraft/client/font/GlyphBaker;textureManager:Lnet/minecraft/client/texture/TextureManager;intermediary field_61621Lnet/minecraft/class_11642;field_61621:Lnet/minecraft/class_1060;official aLged;a:Lhwq;
-
fontId
- Mappings:
Namespace Name Mixin selector named fontIdLnet/minecraft/client/font/GlyphBaker;fontId:Lnet/minecraft/util/Identifier;intermediary field_61622Lnet/minecraft/class_11642;field_61622:Lnet/minecraft/class_2960;official bLged;b:Lamp;
-
glyphAtlases
- Mappings:
Namespace Name Mixin selector named glyphAtlasesLnet/minecraft/client/font/GlyphBaker;glyphAtlases:Ljava/util/List;intermediary field_61623Lnet/minecraft/class_11642;field_61623:Ljava/util/List;official cLged;c:Ljava/util/List;
-
-
Constructor Details
-
GlyphBaker
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/client/font/GlyphBaker;<init>(Lnet/minecraft/client/texture/TextureManager;Lnet/minecraft/util/Identifier;)Vintermediary <init>Lnet/minecraft/class_11642;<init>(Lnet/minecraft/class_1060;Lnet/minecraft/class_2960;)Vofficial <init>Lged;<init>(Lhwq;Lamp;)V
-
-
Method Details
-
clear
public void clear()- Mappings:
Namespace Name Mixin selector named clearLnet/minecraft/client/font/GlyphBaker;clear()Vintermediary method_72795Lnet/minecraft/class_11642;method_72795()Vofficial aLged;a()V
-
close
public void close()- Specified by:
closein interfaceAutoCloseable
-
bake
- Mappings:
Namespace Name Mixin selector named bakeLnet/minecraft/client/font/GlyphBaker;bake(Lnet/minecraft/client/font/Glyph;Lnet/minecraft/client/font/RenderableGlyph;)Lnet/minecraft/client/font/BakedGlyph;intermediary method_72797Lnet/minecraft/class_11642;method_72797(Lnet/minecraft/class_379;Lnet/minecraft/class_383;)Lnet/minecraft/class_382;official aLged;a(Lfnq;Lfnp;)Lgeh;
-
getAtlasId
- Mappings:
Namespace Name Mixin selector named getAtlasIdLnet/minecraft/client/font/GlyphBaker;getAtlasId(I)Lnet/minecraft/util/Identifier;intermediary method_72796Lnet/minecraft/class_11642;method_72796(I)Lnet/minecraft/class_2960;official aLged;a(I)Lamp;
-