Interface SPCPostGenListener
-
- All Implemented Interfaces:
public interface SPCPostGenListenerPost Generation listener executed after the server pack was generated.
Griefed
-
-
Method Summary
Modifier and Type Method Description abstract Unitrun(PackConfig packConfig, Path serverPackPath)Run the given listener with a config and path to the server pack. -
-
Method Detail
-
run
abstract Unit run(PackConfig packConfig, Path serverPackPath)
Run the given listener with a config and path to the server pack.
- Parameters:
packConfig- A pack config from which a server pack can be generated.serverPackPath- The path to the server pack in question.
-
-
-
-