getGrants

@NotNull()
public abstract @NotNull() CompletableFuture<Collection<SkinGrant>> getGrants(@NotNull() @NotNull() UUID playerUuid)

Gets all skin grants for a player.

Return

A future that completes with all skin grants for this player.

Parameters

playerUuid

The player's UUID.