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 named net/minecraft/client/font/GlyphAtlasTexture
intermediary net/minecraft/class_380
official gao
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final boolean
private final GlyphAtlasTexture.Slot
private static final int
private final TextRenderLayerSet
Fields inherited from class net.minecraft.client.texture.AbstractTexture
glTexture, glTextureView
-
Constructor Summary
ConstructorsConstructorDescriptionGlyphAtlasTexture
(Supplier<String> nameSupplier, TextRenderLayerSet textRenderLayers, boolean hasColor) -
Method Summary
Modifier and TypeMethodDescriptionbake
(RenderableGlyph glyph) void
save
(Identifier id, Path path) Methods inherited from class net.minecraft.client.texture.AbstractTexture
close, getGlTexture, getGlTextureView, setClamp, setFilter, setUseMipmaps
-
Field Details
-
SLOT_LENGTH
private static final int SLOT_LENGTH- See Also:
- Mappings:
Namespace Name Mixin selector named SLOT_LENGTH
Lnet/minecraft/client/font/GlyphAtlasTexture;SLOT_LENGTH:I
intermediary field_32227
Lnet/minecraft/class_380;field_32227:I
official c
Lgao;c:I
-
textRenderLayers
- Mappings:
Namespace Name Mixin selector named textRenderLayers
Lnet/minecraft/client/font/GlyphAtlasTexture;textRenderLayers:Lnet/minecraft/client/font/TextRenderLayerSet;
intermediary field_44759
Lnet/minecraft/class_380;field_44759:Lnet/minecraft/class_8538;
official d
Lgao;d:Lgap;
-
hasColor
private final boolean hasColor- Mappings:
Namespace Name Mixin selector named hasColor
Lnet/minecraft/client/font/GlyphAtlasTexture;hasColor:Z
intermediary field_2263
Lnet/minecraft/class_380;field_2263:Z
official e
Lgao;e:Z
-
rootSlot
- Mappings:
Namespace Name Mixin selector named rootSlot
Lnet/minecraft/client/font/GlyphAtlasTexture;rootSlot:Lnet/minecraft/client/font/GlyphAtlasTexture$Slot;
intermediary field_2264
Lnet/minecraft/class_380;field_2264:Lnet/minecraft/class_380$class_381;
official f
Lgao;f:Lgao$a;
-
-
Constructor Details
-
GlyphAtlasTexture
public GlyphAtlasTexture(Supplier<String> nameSupplier, TextRenderLayerSet textRenderLayers, boolean hasColor) - Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/client/font/GlyphAtlasTexture;<init>(Ljava/util/function/Supplier;Lnet/minecraft/client/font/TextRenderLayerSet;Z)V
intermediary <init>
Lnet/minecraft/class_380;<init>(Ljava/util/function/Supplier;Lnet/minecraft/class_8538;Z)V
official <init>
Lgao;<init>(Ljava/util/function/Supplier;Lgap;Z)V
-
-
Method Details
-
bake
- Mappings:
Namespace Name Mixin selector named bake
Lnet/minecraft/client/font/GlyphAtlasTexture;bake(Lnet/minecraft/client/font/RenderableGlyph;)Lnet/minecraft/client/font/BakedGlyph;
intermediary method_2022
Lnet/minecraft/class_380;method_2022(Lnet/minecraft/class_383;)Lnet/minecraft/class_382;
official a
Lgao;a(Lflq;)Lgar;
-
save
- Specified by:
save
in interfaceDynamicTexture
- Mappings:
Namespace Name Mixin selector named save
Lnet/minecraft/client/texture/DynamicTexture;save(Lnet/minecraft/util/Identifier;Ljava/nio/file/Path;)V
intermediary method_49712
Lnet/minecraft/class_8215;method_49712(Lnet/minecraft/class_2960;Ljava/nio/file/Path;)V
official a
Lhrd;a(Lame;Ljava/nio/file/Path;)V
-