getSkinsForCategory

@NotNull()
public abstract @NotNull() Collection<Skin> getSkinsForCategory(@NotNull() @NotNull() String category)

Gets all skins belonging to a specific category.

Return

A collection of skins in the category.

Parameters

category

The category name.