getBundle

@NotNull()
public abstract @NotNull() Optional<SkinBundle> getBundle(@NotNull() @NotNull() String id)

Gets a bundle by its ID.

Return

An optional containing the bundle if found.

Parameters

id

The bundle ID.