SkinManager

Skin manager

Functions

Link copied to clipboard
@NotNull
abstract fun getOrRequest(@NotNull profile: @NotNull GameProfile): @NotNull SkinData
Link copied to clipboard
abstract fun isSlim(@NotNull profile: @NotNull GameProfile): Boolean
Link copied to clipboard
abstract fun reload(@NotNull info: @NotNull ReloadInfo, @NotNull zipper: @NotNull PackZipper)
Executes reload
Link copied to clipboard
abstract fun removeCache(@NotNull profile: @NotNull GameProfile): Boolean
Link copied to clipboard
abstract fun setSkinProvider(@NotNull provider: @NotNull PlayerSkinProvider)
Link copied to clipboard
abstract fun supported(): Boolean