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_298110_, Path p_297921_, com.mojang.authlib.minecraft.MinecraftProfileTexture.Type p_298775_) 
- 
Method SummaryModifier and TypeMethodDescriptiongetOrLoad(com.mojang.authlib.minecraft.MinecraftProfileTexture p_300959_) private ResourceLocationgetTextureLocation(String p_297392_) private CompletableFuture<ResourceLocation>registerTexture(com.mojang.authlib.minecraft.MinecraftProfileTexture p_300607_) 
- 
Field Details- 
textureManager
- 
root
- 
typeprivate final com.mojang.authlib.minecraft.MinecraftProfileTexture.Type type
- 
textures
 
- 
- 
Constructor Details- 
TextureCacheTextureCache(TextureManager p_298110_, Path p_297921_, com.mojang.authlib.minecraft.MinecraftProfileTexture.Type p_298775_) 
 
- 
- 
Method Details- 
getOrLoadpublic CompletableFuture<ResourceLocation> getOrLoad(com.mojang.authlib.minecraft.MinecraftProfileTexture p_300959_) 
- 
registerTextureprivate CompletableFuture<ResourceLocation> registerTexture(com.mojang.authlib.minecraft.MinecraftProfileTexture p_300607_) 
- 
getTextureLocation
 
-