complete

@NotNull
abstract fun complete(@NotNull profile: @NotNull ModelProfile.Uncompleted): @NotNull CompletableFuture<out SkinData>

Asynchronously completes an uncompleted model profile to retrieve its skin data.

Return

a future that completes with the skin data

Since

1.15.2

Parameters

profile

the uncompleted profile