Class PlayerSkinCache.Entry

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

@Environment(CLIENT) public static final class PlayerSkinCache.Entry extends Object
Mappings:
Namespace Name
named net/minecraft/client/texture/PlayerSkinCache$Entry
intermediary net/minecraft/class_11786$class_11787
official hbo$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 a Lhbo$a;a: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/client/util/SkinTextures;
      intermediary field_62222 Lnet/minecraft/class_11786$class_11787;field_62222:Lnet/minecraft/class_8685;
      official b Lhbo$a;b:Lhxn;
    • 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 c Lhbo$a;c:Lhbw;
  • Constructor Details

    • Entry

      public Entry(com.mojang.authlib.GameProfile profile, SkinTextures textures)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/client/texture/PlayerSkinCache$Entry;<init>(Lcom/mojang/authlib/GameProfile;Lnet/minecraft/client/util/SkinTextures;)V
      intermediary <init> Lnet/minecraft/class_11786$class_11787;<init>(Lcom/mojang/authlib/GameProfile;Lnet/minecraft/class_8685;)V
      official <init> Lhbo$a;<init>(Lcom/mojang/authlib/GameProfile;Lhxn;)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 Lhbo$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/client/util/SkinTextures;
      intermediary method_73503 Lnet/minecraft/class_11786$class_11787;method_73503()Lnet/minecraft/class_8685;
      official b Lhbo$a;b()Lhxn;
    • 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 Lhbo$a;c()Lhbw;
    • 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 Lhbo$a;equals(Ljava/lang/Object;)Z
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object