SkinManager

interface SkinManager

Skin manager

Functions

Link copied to clipboard
@NotNull
abstract fun complete(@NotNull profile: @NotNull ModelProfile.Uncompleted): @NotNull CompletableFuture<out SkinData>
Link copied to clipboard
@NotNull
abstract fun fallback(): @NotNull SkinData
Link copied to clipboard
abstract fun removeCache(@NotNull profile: @NotNull ModelProfile)
Link copied to clipboard
abstract fun supported(): Boolean