of

@NotNull
open fun of(@NotNull info: @NotNull ModelProfileInfo): @NotNull ModelProfile

Creates profile

Return

profile

Parameters

info

info


@NotNull
open fun of(@NotNull info: @NotNull ModelProfileInfo, @NotNull skin: @NotNull ModelProfileSkin): @NotNull ModelProfile

Creates profile

Return

profile

Parameters

info

info

skin

skin


@NotNull
open fun of(@NotNull player: @NotNull Player): @NotNull ModelProfile

Gets skin by player

Return

model profile

Parameters

player

player


@NotNull
open fun of(@NotNull offlinePlayer: @NotNull OfflinePlayer): @NotNull ModelProfile.Uncompleted

Gets uncompleted profile by offline player

Return

uncompleted profile

Parameters

offlinePlayer

offline player


@NotNull
open fun of(@NotNull uuid: @NotNull UUID): @NotNull ModelProfile.Uncompleted

Gets uncompleted profile by offline player's uuid

Return

uncompleted profile

Parameters

uuid

offline player's uuid