Skip to content

Instantly share code, notes, and snippets.

@killjoy1221
Created November 12, 2018 03:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save killjoy1221/9338a162beafd8973965ad5ab0dbd8ac to your computer and use it in GitHub Desktop.
Save killjoy1221/9338a162beafd8973965ad5ab0dbd8ac to your computer and use it in GitHub Desktop.
/**
* Gets the names of the enabled packs from this world. Use
* {@link PackRepository#getPack(String)} to turn this into a set of
* {@link Pack Packs}
*
* @return The names of the enabled packs
*/
Set<String> getEnabledPacks();
/**
* Gets the names of the disabled packs from this world. Use
* {@link PackRepository#getPack(String)} to turn this into a set of
* {@link Pack Packs}
*
* @return The names of the disabled packs
*/
Set<String> getDisabledPacks();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment