public class SkinManager
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static interface |
SkinManager.SkinAvailableCallback |
Constructor and Description |
---|
SkinManager(TextureManager textureManagerInstance,
java.io.File skinCacheDirectory,
com.mojang.authlib.minecraft.MinecraftSessionService sessionService) |
Modifier and Type | Method and Description |
---|---|
void |
loadProfileTextures(com.mojang.authlib.GameProfile p_152790_1_,
SkinManager.SkinAvailableCallback p_152790_2_,
boolean p_152790_3_) |
ResourceLocation |
loadSkin(com.mojang.authlib.minecraft.MinecraftProfileTexture p_152792_1_,
com.mojang.authlib.minecraft.MinecraftProfileTexture.Type p_152792_2_) |
ResourceLocation |
loadSkin(com.mojang.authlib.minecraft.MinecraftProfileTexture p_152789_1_,
com.mojang.authlib.minecraft.MinecraftProfileTexture.Type p_152789_2_,
SkinManager.SkinAvailableCallback p_152789_3_) |
java.util.Map |
loadSkinFromCache(com.mojang.authlib.GameProfile p_152788_1_) |
public SkinManager(TextureManager textureManagerInstance, java.io.File skinCacheDirectory, com.mojang.authlib.minecraft.MinecraftSessionService sessionService)
public ResourceLocation loadSkin(com.mojang.authlib.minecraft.MinecraftProfileTexture p_152792_1_, com.mojang.authlib.minecraft.MinecraftProfileTexture.Type p_152792_2_)
public ResourceLocation loadSkin(com.mojang.authlib.minecraft.MinecraftProfileTexture p_152789_1_, com.mojang.authlib.minecraft.MinecraftProfileTexture.Type p_152789_2_, SkinManager.SkinAvailableCallback p_152789_3_)
public void loadProfileTextures(com.mojang.authlib.GameProfile p_152790_1_, SkinManager.SkinAvailableCallback p_152790_2_, boolean p_152790_3_)
public java.util.Map loadSkinFromCache(com.mojang.authlib.GameProfile p_152788_1_)