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 emv
intermediary net/minecraft/class_380
named net/minecraft/client/font/GlyphAtlasTexture
  • Field Details

    • SLOT_LENGTH

      private static final int SLOT_LENGTH
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official e Lemv;e:I
      intermediary field_32227 Lnet/minecraft/class_380;field_32227:I
      named SLOT_LENGTH Lnet/minecraft/client/font/GlyphAtlasTexture;SLOT_LENGTH:I
    • id

      private final Identifier id
      Mappings:
      Namespace Name Mixin selector
      official f Lemv;f:Lacf;
      intermediary field_2262 Lnet/minecraft/class_380;field_2262:Lnet/minecraft/class_2960;
      named id Lnet/minecraft/client/font/GlyphAtlasTexture;id:Lnet/minecraft/util/Identifier;
    • textLayer

      private final RenderLayer textLayer
      Mappings:
      Namespace Name Mixin selector
      official g Lemv;g:Lfed;
      intermediary field_21690 Lnet/minecraft/class_380;field_21690:Lnet/minecraft/class_1921;
      named textLayer Lnet/minecraft/client/font/GlyphAtlasTexture;textLayer:Lnet/minecraft/client/render/RenderLayer;
    • seeThroughTextLayer

      private final RenderLayer seeThroughTextLayer
      Mappings:
      Namespace Name Mixin selector
      official h Lemv;h:Lfed;
      intermediary field_21691 Lnet/minecraft/class_380;field_21691:Lnet/minecraft/class_1921;
      named seeThroughTextLayer Lnet/minecraft/client/font/GlyphAtlasTexture;seeThroughTextLayer:Lnet/minecraft/client/render/RenderLayer;
    • polygonOffsetTextLayer

      private final RenderLayer polygonOffsetTextLayer
      Mappings:
      Namespace Name Mixin selector
      official i Lemv;i:Lfed;
      intermediary field_33998 Lnet/minecraft/class_380;field_33998:Lnet/minecraft/class_1921;
      named polygonOffsetTextLayer Lnet/minecraft/client/font/GlyphAtlasTexture;polygonOffsetTextLayer:Lnet/minecraft/client/render/RenderLayer;
    • hasColor

      private final boolean hasColor
      Mappings:
      Namespace Name Mixin selector
      official j Lemv;j:Z
      intermediary field_2263 Lnet/minecraft/class_380;field_2263:Z
      named hasColor Lnet/minecraft/client/font/GlyphAtlasTexture;hasColor:Z
    • rootSlot

      private final GlyphAtlasTexture.Slot rootSlot
      Mappings:
      Namespace Name Mixin selector
      official k Lemv;k:Lemv$a;
      intermediary field_2264 Lnet/minecraft/class_380;field_2264:Lnet/minecraft/class_380$class_381;
      named rootSlot Lnet/minecraft/client/font/GlyphAtlasTexture;rootSlot:Lnet/minecraft/client/font/GlyphAtlasTexture$Slot;
  • Constructor Details

    • GlyphAtlasTexture

      public GlyphAtlasTexture(Identifier id, boolean hasColor)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lemv;<init>(Lacf;Z)V
      intermediary <init> Lnet/minecraft/class_380;<init>(Lnet/minecraft/class_2960;Z)V
      named <init> Lnet/minecraft/client/font/GlyphAtlasTexture;<init>(Lnet/minecraft/util/Identifier;Z)V
  • Method Details

    • load

      public void load(ResourceManager manager)
      Specified by:
      load in class AbstractTexture
      Mappings:
      Namespace Name Mixin selector
      official a Lfnx;a(Lake;)V
      intermediary method_4625 Lnet/minecraft/class_1044;method_4625(Lnet/minecraft/class_3300;)V
      named load Lnet/minecraft/client/texture/AbstractTexture;load(Lnet/minecraft/resource/ResourceManager;)V
    • close

      public void close()
      Specified by:
      close in interface AutoCloseable
      Overrides:
      close in class AbstractTexture
    • getGlyphRenderer

      @Nullable public @Nullable GlyphRenderer getGlyphRenderer(RenderableGlyph glyph)
      Mappings:
      Namespace Name Mixin selector
      official a Lemv;a(Leci;)Lemx;
      intermediary method_2022 Lnet/minecraft/class_380;method_2022(Lnet/minecraft/class_383;)Lnet/minecraft/class_382;
      named getGlyphRenderer Lnet/minecraft/client/font/GlyphAtlasTexture;getGlyphRenderer(Lnet/minecraft/client/font/RenderableGlyph;)Lnet/minecraft/client/font/GlyphRenderer;
    • getId

      public Identifier getId()
      Mappings:
      Namespace Name Mixin selector
      official a Lemv;a()Lacf;
      intermediary method_2023 Lnet/minecraft/class_380;method_2023()Lnet/minecraft/class_2960;
      named getId Lnet/minecraft/client/font/GlyphAtlasTexture;getId()Lnet/minecraft/util/Identifier;