yarn/mappings/net/minecraft/client/sortme/PlayerSkinProvider.mapping

21 lines
952 B
Plaintext

CLASS dur net/minecraft/client/sortme/PlayerSkinProvider
CLASS dur$a SkinTextureAvailableCallback
FIELD a EXECUTOR_SERVICE Ljava/util/concurrent/ExecutorService;
FIELD b textureManager Ldua;
FIELD c skinCacheDir Ljava/io/File;
FIELD d sessionService Lcom/mojang/authlib/minecraft/MinecraftSessionService;
FIELD e skinCache Lcom/google/common/cache/LoadingCache;
METHOD a getTextures (Lcom/mojang/authlib/GameProfile;)Ljava/util/Map;
ARG 1 gameProfile
METHOD a loadSkin (Lcom/mojang/authlib/GameProfile;Ldur$a;Z)V
ARG 1 profile
ARG 2 callback
ARG 3 requireSecure
METHOD a loadSkin (Lcom/mojang/authlib/minecraft/MinecraftProfileTexture;Lcom/mojang/authlib/minecraft/MinecraftProfileTexture$Type;)Lqs;
ARG 1 profileTexture
ARG 2 type
METHOD a loadSkin (Lcom/mojang/authlib/minecraft/MinecraftProfileTexture;Lcom/mojang/authlib/minecraft/MinecraftProfileTexture$Type;Ldur$a;)Lqs;
ARG 1 profileTexture
ARG 2 type
ARG 3 callback