Class SkinManager.TextureCache
java.lang.Object
net.minecraft.client.resources.SkinManager.TextureCache
- Enclosing class:
SkinManager
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Pathprivate final Map<String, CompletableFuture<ClientAsset.Texture>> private final MinecraftProfileTexture.Type -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetOrLoad(MinecraftProfileTexture texture) private IdentifiergetTextureLocation(String textureHash) private CompletableFuture<ClientAsset.Texture> registerTexture(MinecraftProfileTexture textureInfo)
-
Field Details
-
root
-
type
-
textures
-
-
Constructor Details
-
TextureCache
-
-
Method Details
-
getOrLoad
-
registerTexture
-
getTextureLocation
-