net.minecraft.client.resources

public class SkinManager

gaf
net.minecraft.client.resources.SkinManager
net.minecraft.class_1071
net.minecraft.client.texture.PlayerSkinProvider
net.minecraft.src.C_4506_

Field summary

Modifier and TypeField
private static final String
a
PROPERTY_TEXTURES
field_32970
TEXTURES
f_174841_
private final com.google.common.cache.LoadingCache<SkinManager$CacheKey, CompletableFuture<PlayerSkin>>
b
skinCache
field_45634
cache
f_291642_
private final SkinManager$TextureCache
c
skinTextures
field_45635
skinCache
f_291663_
private final SkinManager$TextureCache
d
capeTextures
field_45636
capeCache
f_291885_
private final SkinManager$TextureCache
e
elytraTextures
field_45637
elytraCache
f_290946_

Constructor summary

ModifierConstructor
public (TextureManager textureManager, Path directory, com.mojang.authlib.minecraft.MinecraftSessionService sessionService, Executor executor)

Method summary

Modifier and TypeMethod
public Supplier<PlayerSkin>
a(com.mojang.authlib.GameProfile arg0)
lookupInsecure(com.mojang.authlib.GameProfile arg0)
method_52858(com.mojang.authlib.GameProfile arg0)
getSkinTexturesSupplier(com.mojang.authlib.GameProfile profile)
m_293884_(com.mojang.authlib.GameProfile arg0)
public PlayerSkin
b(com.mojang.authlib.GameProfile arg0)
getInsecureSkin(com.mojang.authlib.GameProfile arg0)
method_52862(com.mojang.authlib.GameProfile arg0)
getSkinTextures(com.mojang.authlib.GameProfile profile)
m_293307_(com.mojang.authlib.GameProfile arg0)
public CompletableFuture<PlayerSkin>
c(com.mojang.authlib.GameProfile arg0)
getOrLoad(com.mojang.authlib.GameProfile arg0)
method_52863(com.mojang.authlib.GameProfile arg0)
fetchSkinTextures(com.mojang.authlib.GameProfile profile)
m_293351_(com.mojang.authlib.GameProfile arg0)
CompletableFuture<PlayerSkin>
a(com.mojang.authlib.GameProfile arg0, gaf$c arg1)
registerTextures(com.mojang.authlib.GameProfile arg0, SkinManager$TextureInfo arg1)
method_52859(com.mojang.authlib.GameProfile arg0, class_1071$class_8688 arg1)
fetchSkinTextures(com.mojang.authlib.GameProfile profile, PlayerSkinProvider$Textures textures)
m_292851_(com.mojang.authlib.GameProfile p_298597_, C_4506_$C_290259_ arg1)
static com.mojang.authlib.properties.Property
d(com.mojang.authlib.GameProfile arg0)
getTextureProperty(com.mojang.authlib.GameProfile arg0)
method_52865(com.mojang.authlib.GameProfile arg0)
getTextureEntry(com.mojang.authlib.GameProfile profile)
m_295659_(com.mojang.authlib.GameProfile p_300071_)