Class PlayerSkinCache.Entry

java.lang.Object
net.minecraft.client.texture.PlayerSkinCache.Entry
Enclosing class:
PlayerSkinCache

@Environment(CLIENT) public final class PlayerSkinCache.Entry extends Object
Mappings:
Namespace Name
named net/minecraft/client/texture/PlayerSkinCache$Entry
intermediary net/minecraft/class_11786$class_11787
official hgc$a
  • Field Details

    • profile

      private final com.mojang.authlib.GameProfile profile
      Mappings:
      Namespace Name Mixin selector
      named profile Lnet/minecraft/client/texture/PlayerSkinCache$Entry;profile:Lcom/mojang/authlib/GameProfile;
      intermediary field_62221 Lnet/minecraft/class_11786$class_11787;field_62221:Lcom/mojang/authlib/GameProfile;
      official b Lhgc$a;b:Lcom/mojang/authlib/GameProfile;
    • textures

      private final SkinTextures textures
      Mappings:
      Namespace Name Mixin selector
      named textures Lnet/minecraft/client/texture/PlayerSkinCache$Entry;textures:Lnet/minecraft/entity/player/SkinTextures;
      intermediary field_62222 Lnet/minecraft/class_11786$class_11787;field_62222:Lnet/minecraft/class_8685;
      official c Lhgc$a;c:Lczp;
    • renderLayer

      @Nullable private @Nullable RenderLayer renderLayer
      Mappings:
      Namespace Name Mixin selector
      named renderLayer Lnet/minecraft/client/texture/PlayerSkinCache$Entry;renderLayer:Lnet/minecraft/client/render/RenderLayer;
      intermediary field_62223 Lnet/minecraft/class_11786$class_11787;field_62223:Lnet/minecraft/class_1921;
      official d Lhgc$a;d:Lhgk;
    • textureView

      @Nullable private @Nullable GpuTextureView textureView
      Mappings:
      Namespace Name Mixin selector
      named textureView Lnet/minecraft/client/texture/PlayerSkinCache$Entry;textureView:Lcom/mojang/blaze3d/textures/GpuTextureView;
      intermediary field_62482 Lnet/minecraft/class_11786$class_11787;field_62482:Lcom/mojang/blaze3d/textures/GpuTextureView;
      official e Lhgc$a;e:Lcom/mojang/blaze3d/textures/GpuTextureView;
    • textRenderLayers

      @Nullable private @Nullable TextRenderLayerSet textRenderLayers
      Mappings:
      Namespace Name Mixin selector
      named textRenderLayers Lnet/minecraft/client/texture/PlayerSkinCache$Entry;textRenderLayers:Lnet/minecraft/client/font/TextRenderLayerSet;
      intermediary field_62483 Lnet/minecraft/class_11786$class_11787;field_62483:Lnet/minecraft/class_8538;
      official f Lhgc$a;f:Lgib;
  • Constructor Details

    • Entry

      public Entry(com.mojang.authlib.GameProfile profile, SkinTextures textures, SkinTextures.SkinOverride skinOverride)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/client/texture/PlayerSkinCache$Entry;<init>(Lnet/minecraft/client/texture/PlayerSkinCache;Lcom/mojang/authlib/GameProfile;Lnet/minecraft/entity/player/SkinTextures;Lnet/minecraft/entity/player/SkinTextures$SkinOverride;)V
      intermediary <init> Lnet/minecraft/class_11786$class_11787;<init>(Lnet/minecraft/class_11786;Lcom/mojang/authlib/GameProfile;Lnet/minecraft/class_8685;Lnet/minecraft/class_8685$class_11892;)V
      official <init> Lhgc$a;<init>(Lhgc;Lcom/mojang/authlib/GameProfile;Lczp;Lczp$a;)V
  • Method Details

    • getProfile

      public com.mojang.authlib.GameProfile getProfile()
      Mappings:
      Namespace Name Mixin selector
      named getProfile Lnet/minecraft/client/texture/PlayerSkinCache$Entry;getProfile()Lcom/mojang/authlib/GameProfile;
      intermediary method_73502 Lnet/minecraft/class_11786$class_11787;method_73502()Lcom/mojang/authlib/GameProfile;
      official a Lhgc$a;a()Lcom/mojang/authlib/GameProfile;
    • getTextures

      public SkinTextures getTextures()
      Mappings:
      Namespace Name Mixin selector
      named getTextures Lnet/minecraft/client/texture/PlayerSkinCache$Entry;getTextures()Lnet/minecraft/entity/player/SkinTextures;
      intermediary method_73503 Lnet/minecraft/class_11786$class_11787;method_73503()Lnet/minecraft/class_8685;
      official b Lhgc$a;b()Lczp;
    • getRenderLayer

      public RenderLayer getRenderLayer()
      Mappings:
      Namespace Name Mixin selector
      named getRenderLayer Lnet/minecraft/client/texture/PlayerSkinCache$Entry;getRenderLayer()Lnet/minecraft/client/render/RenderLayer;
      intermediary method_73504 Lnet/minecraft/class_11786$class_11787;method_73504()Lnet/minecraft/class_1921;
      official c Lhgc$a;c()Lhgk;
    • getTextureView

      public GpuTextureView getTextureView()
      Mappings:
      Namespace Name Mixin selector
      named getTextureView Lnet/minecraft/client/texture/PlayerSkinCache$Entry;getTextureView()Lcom/mojang/blaze3d/textures/GpuTextureView;
      intermediary method_74051 Lnet/minecraft/class_11786$class_11787;method_74051()Lcom/mojang/blaze3d/textures/GpuTextureView;
      official d Lhgc$a;d()Lcom/mojang/blaze3d/textures/GpuTextureView;
    • getTextRenderLayers

      public TextRenderLayerSet getTextRenderLayers()
      Mappings:
      Namespace Name Mixin selector
      named getTextRenderLayers Lnet/minecraft/client/texture/PlayerSkinCache$Entry;getTextRenderLayers()Lnet/minecraft/client/font/TextRenderLayerSet;
      intermediary method_74052 Lnet/minecraft/class_11786$class_11787;method_74052()Lnet/minecraft/class_8538;
      official e Lhgc$a;e()Lgib;
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
      Mappings:
      Namespace Name Mixin selector
      named equals Lnet/minecraft/client/texture/PlayerSkinCache$Entry;equals(Ljava/lang/Object;)Z
      intermediary equals Lnet/minecraft/class_11786$class_11787;equals(Ljava/lang/Object;)Z
      official equals Lhgc$a;equals(Ljava/lang/Object;)Z
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object