hasSkin

@NotNull()
public abstract @NotNull() CompletableFuture<Boolean> hasSkin(@NotNull() @NotNull() UUID playerUuid, @NotNull() @NotNull() String skinId)

Checks if a player owns a specific skin.

Return

A future that completes with whether the player owns the skin.

Parameters

playerUuid

The player's UUID.

skinId

The skin ID.