Class SkinManager

java.lang.Object
net.minecraft.client.resources.SkinManager

public class SkinManager extends Object
  • Field Details

  • Constructor Details

    • SkinManager

      public SkinManager(Path p_294690_, com.mojang.authlib.minecraft.MinecraftSessionService p_118814_, Executor p_294105_)
  • Method Details

    • lookupInsecure

      public Supplier<PlayerSkin> lookupInsecure(com.mojang.authlib.GameProfile p_295432_)
    • getInsecureSkin

      public PlayerSkin getInsecureSkin(com.mojang.authlib.GameProfile p_294261_)
    • getInsecureSkin

      @Nullable public PlayerSkin getInsecureSkin(com.mojang.authlib.GameProfile p_428295_, @Nullable PlayerSkin p_428291_)
    • getOrLoad

      public CompletableFuture<Optional<PlayerSkin>> getOrLoad(com.mojang.authlib.GameProfile p_294865_)
    • registerTextures

      CompletableFuture<PlayerSkin> registerTextures(UUID p_307544_, com.mojang.authlib.minecraft.MinecraftProfileTextures p_307606_)