Interface PackRepository
public interface PackRepository
-
Method Details
-
all
Collection<Pack> all()- Returns:
- The
packs
as an unmodifiableCollection
.
-
disabled
Collection<Pack> disabled()- Returns:
- The disabled
packs
as an unmodifiableCollection
.
-
enabled
Collection<Pack> enabled()- Returns:
- The enabled
packs
as an unmodifiableCollection
.
-
pack
- Parameters:
id
- The id of the pack- Returns:
- The
Pack
orOptional.empty()
if not found
-
pack
- Parameters:
container
- Thecontainer
- Returns:
- The
plugin's
Pack
-