Interface SPCPreServerPackZipListener
-
- All Implemented Interfaces:
public interface SPCPreServerPackZipListenerPre ZIP-archive listener executed before a server pack ZIP-archive is created. Whether a ZIP-archive for a server pack is actually generated has no effect on whether this listener gets fired.
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.
-
-
-
-