BetterModel
Toggle table of contents
1.13.5-SNAPSHOT-407
api
Target filter
api
Switch theme
Search in API
Skip to content
BetterModel
api
/
kr.toxicity.model.api.manager
/
SkinManager
Skin
Manager
interface
SkinManager
Skin manager
Members
Functions
authlib
Link copied to clipboard
@
NotNull
abstract
fun
authlib
(
)
:
@
NotNull
AuthLibAdapter
get
Or
Request
Link copied to clipboard
@
NotNull
open
fun
getOrRequest
(
@
NotNull
profile
:
@
NotNull
GameProfile
)
:
@
NotNull
SkinData
@
NotNull
abstract
fun
getOrRequest
(
@
NotNull
profile
:
@
NotNull
SkinProfile
)
:
@
NotNull
SkinData
is
Slim
Link copied to clipboard
open
fun
isSlim
(
@
NotNull
profile
:
@
NotNull
GameProfile
)
:
Boolean
abstract
fun
isSlim
(
@
NotNull
profile
:
@
NotNull
SkinProfile
)
:
Boolean
refresh
Link copied to clipboard
open
fun
refresh
(
@
NotNull
profile
:
@
NotNull
GameProfile
)
open
fun
refresh
(
@
NotNull
profile
:
@
NotNull
SkinProfile
)
remove
Cache
Link copied to clipboard
open
fun
removeCache
(
@
NotNull
profile
:
@
NotNull
GameProfile
)
abstract
fun
removeCache
(
@
NotNull
profile
:
@
NotNull
SkinProfile
)
set
Skin
Provider
Link copied to clipboard
abstract
fun
setSkinProvider
(
@
NotNull
provider
:
@
NotNull
PlayerSkinProvider
)
supported
Link copied to clipboard
abstract
fun
supported
(
)
:
Boolean