getSkin

@NotNull()
public abstract @NotNull() Optional<Skin> getSkin(@NotNull() @NotNull() String id)

Gets a skin by its ID.

Return

An optional containing the skin if found.

Parameters

id

The skin ID.