net.minecraft.client.resources

public class SkinManager

hpd
net.minecraft.client.resources.SkinManager
net.minecraft.class_1071

Field summary

Modifier and TypeField
static final org.slf4j.Logger
a
LOGGER
field_46909
private final com.mojang.authlib.minecraft.MinecraftSessionService
b
sessionService
field_46910
private final com.google.common.cache.LoadingCache<SkinManager$CacheKey, CompletableFuture<Optional<PlayerSkin>>>
c
skinCache
field_45634
private final SkinManager$TextureCache
d
skinTextures
field_45635
private final SkinManager$TextureCache
e
capeTextures
field_45636
private final SkinManager$TextureCache
f
elytraTextures
field_45637

Constructor summary

ModifierConstructor
public (Path arg0, com.mojang.authlib.minecraft.MinecraftSessionService arg1, Executor arg2)

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)
public PlayerSkin
b(com.mojang.authlib.GameProfile arg0)
getInsecureSkin(com.mojang.authlib.GameProfile arg0)
method_52862(com.mojang.authlib.GameProfile arg0)
public CompletableFuture<Optional<PlayerSkin>>
c(com.mojang.authlib.GameProfile arg0)
getOrLoad(com.mojang.authlib.GameProfile arg0)
method_52863(com.mojang.authlib.GameProfile arg0)
CompletableFuture<PlayerSkin>
a(UUID arg0, com.mojang.authlib.minecraft.MinecraftProfileTextures arg1)
registerTextures(UUID arg0, com.mojang.authlib.minecraft.MinecraftProfileTextures arg1)
method_52859(UUID arg0, com.mojang.authlib.minecraft.MinecraftProfileTextures arg1)