SkinManager

interface SkinManager

Skin manager

Functions

Link copied to clipboard
@NotNull
abstract fun authlib(): @NotNull AuthLibAdapter
Link copied to clipboard
@NotNull
open fun getOrRequest(@NotNull profile: @NotNull GameProfile): @NotNull SkinData
@NotNull
abstract fun getOrRequest(@NotNull profile: @NotNull SkinProfile): @NotNull SkinData
Link copied to clipboard
open fun isSlim(@NotNull profile: @NotNull GameProfile): Boolean
abstract fun isSlim(@NotNull profile: @NotNull SkinProfile): Boolean
Link copied to clipboard
open fun refresh(@NotNull profile: @NotNull GameProfile)
open fun refresh(@NotNull profile: @NotNull SkinProfile)
Link copied to clipboard
open fun removeCache(@NotNull profile: @NotNull GameProfile)
abstract fun removeCache(@NotNull profile: @NotNull SkinProfile)
Link copied to clipboard
abstract fun setSkinProvider(@NotNull provider: @NotNull PlayerSkinProvider)
Link copied to clipboard
abstract fun supported(): Boolean