Class SkinTextureDownloader
java.lang.Object
net.minecraft.client.renderer.texture.SkinTextureDownloader
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final int
private static final org.slf4j.Logger
private static final int
private static final int
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static void
doNotchTransparencyHack
(NativeImage p_389443_, int p_389442_, int p_389419_, int p_389424_, int p_389559_) static CompletableFuture
<ResourceLocation> downloadAndRegisterSkin
(ResourceLocation p_389586_, Path p_389600_, String p_389645_, boolean p_389477_) private static NativeImage
downloadSkin
(Path p_389493_, String p_389422_) private static NativeImage
processLegacySkin
(NativeImage p_389593_, String p_389622_) private static CompletableFuture
<ResourceLocation> registerTextureInManager
(ResourceLocation p_389574_, NativeImage p_389628_) private static void
setNoAlpha
(NativeImage p_389456_, int p_389475_, int p_389579_, int p_389725_, int p_389657_)
-
Field Details
-
LOGGER
private static final org.slf4j.Logger LOGGER -
SKIN_WIDTH
private static final int SKIN_WIDTH- See Also:
-
SKIN_HEIGHT
private static final int SKIN_HEIGHT- See Also:
-
LEGACY_SKIN_HEIGHT
private static final int LEGACY_SKIN_HEIGHT- See Also:
-
-
Constructor Details
-
SkinTextureDownloader
public SkinTextureDownloader()
-
-
Method Details
-
downloadAndRegisterSkin
public static CompletableFuture<ResourceLocation> downloadAndRegisterSkin(ResourceLocation p_389586_, Path p_389600_, String p_389645_, boolean p_389477_) -
downloadSkin
- Throws:
IOException
-
registerTextureInManager
private static CompletableFuture<ResourceLocation> registerTextureInManager(ResourceLocation p_389574_, NativeImage p_389628_) -
processLegacySkin
-
doNotchTransparencyHack
private static void doNotchTransparencyHack(NativeImage p_389443_, int p_389442_, int p_389419_, int p_389424_, int p_389559_) -
setNoAlpha
private static void setNoAlpha(NativeImage p_389456_, int p_389475_, int p_389579_, int p_389725_, int p_389657_)
-