Package net.minecraft.client.resources
Class SkinManager.TextureCache
java.lang.Object
net.minecraft.client.resources.SkinManager.TextureCache
- Enclosing class:
- SkinManager
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final Pathprivate final TextureManagerprivate final Map<String,CompletableFuture<ResourceLocation>> private final com.mojang.authlib.minecraft.MinecraftProfileTexture.Type
- 
Constructor SummaryConstructorsConstructorDescriptionTextureCache(TextureManager p_295278_, Path p_294453_, com.mojang.authlib.minecraft.MinecraftProfileTexture.Type p_294220_) 
- 
Method SummaryModifier and TypeMethodDescriptiongetOrLoad(com.mojang.authlib.minecraft.MinecraftProfileTexture p_294862_) private ResourceLocationgetTextureLocation(String p_295006_) private CompletableFuture<ResourceLocation>registerTexture(com.mojang.authlib.minecraft.MinecraftProfileTexture p_295647_) 
- 
Field Details- 
textureManager
- 
root
- 
typeprivate final com.mojang.authlib.minecraft.MinecraftProfileTexture.Type type
- 
textures
 
- 
- 
Constructor Details- 
TextureCacheTextureCache(TextureManager p_295278_, Path p_294453_, com.mojang.authlib.minecraft.MinecraftProfileTexture.Type p_294220_) 
 
- 
- 
Method Details- 
getOrLoadpublic CompletableFuture<ResourceLocation> getOrLoad(com.mojang.authlib.minecraft.MinecraftProfileTexture p_294862_) 
- 
registerTextureprivate CompletableFuture<ResourceLocation> registerTexture(com.mojang.authlib.minecraft.MinecraftProfileTexture p_295647_) 
- 
getTextureLocation
 
-