Package kr.toxicity.model.api.manager
Interface SkinManager
public interface SkinManager
Skin manager
-
Method Summary
Modifier and TypeMethodDescription@NotNull SkinDatagetOrRequest(@NotNull com.mojang.authlib.GameProfile profile) booleanisSlim(@NotNull com.mojang.authlib.GameProfile profile) voidremoveCache(@NotNull com.mojang.authlib.GameProfile profile) voidsetSkinProvider(@NotNull PlayerSkinProvider provider) boolean
-
Method Details
-
supported
boolean supported() -
getOrRequest
-
isSlim
boolean isSlim(@NotNull @NotNull com.mojang.authlib.GameProfile profile) -
removeCache
void removeCache(@NotNull @NotNull com.mojang.authlib.GameProfile profile) -
setSkinProvider
-