Package net.minecraft.client.resources
Class SkinManager
java.lang.Object
net.minecraft.client.resources.SkinManager
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescription(package private) static final record(package private) static class(package private) static final record
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final SkinManager.TextureCacheprivate final SkinManager.TextureCacheprivate static final Stringprivate final com.google.common.cache.LoadingCache<SkinManager.CacheKey,CompletableFuture<PlayerSkin>> private final SkinManager.TextureCache
- 
Constructor SummaryConstructorsConstructorDescriptionSkinManager(TextureManager p_118812_, Path p_299617_, com.mojang.authlib.minecraft.MinecraftSessionService p_118814_, Executor p_299732_) 
- 
Method SummaryModifier and TypeMethodDescriptiongetInsecureSkin(com.mojang.authlib.GameProfile p_298019_) getOrLoad(com.mojang.authlib.GameProfile p_298661_) (package private) static com.mojang.authlib.properties.PropertygetTextureProperty(com.mojang.authlib.GameProfile p_300071_) lookupInsecure(com.mojang.authlib.GameProfile p_298295_) (package private) CompletableFuture<PlayerSkin>registerTextures(com.mojang.authlib.GameProfile p_299268_, SkinManager.TextureInfo p_298597_) 
- 
Field Details- 
PROPERTY_TEXTURES- See Also:
 
- 
skinCacheprivate final com.google.common.cache.LoadingCache<SkinManager.CacheKey,CompletableFuture<PlayerSkin>> skinCache
- 
skinTextures
- 
capeTextures
- 
elytraTextures
 
- 
- 
Constructor Details- 
SkinManagerpublic SkinManager(TextureManager p_118812_, Path p_299617_, com.mojang.authlib.minecraft.MinecraftSessionService p_118814_, Executor p_299732_) 
 
- 
- 
Method Details- 
lookupInsecure
- 
getInsecureSkin
- 
getOrLoad
- 
registerTexturesCompletableFuture<PlayerSkin> registerTextures(com.mojang.authlib.GameProfile p_299268_, SkinManager.TextureInfo p_298597_) 
- 
getTextureProperty@Nullable static com.mojang.authlib.properties.Property getTextureProperty(com.mojang.authlib.GameProfile p_300071_) 
 
-