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