SkinManager

interface 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
open fun refresh(@NotNull profile: @NotNull GameProfile)
Link copied to clipboard
abstract fun removeCache(@NotNull profile: @NotNull GameProfile)
Link copied to clipboard
abstract fun setSkinProvider(@NotNull provider: @NotNull PlayerSkinProvider)
Link copied to clipboard
abstract fun supported(): Boolean