Interface PreZipExtension
-
- All Implemented Interfaces:
-
de.griefed.serverpackcreator.api.plugins.BaseInformation,de.griefed.serverpackcreator.api.plugins.ExtensionInformation,de.griefed.serverpackcreator.api.plugins.serverpackhandler.ServerPackHandlerBase,org.pf4j.ExtensionPoint
public interface PreZipExtension implements ServerPackHandlerBase
Extension point for plugins which are to be executed after a server pack has been generated, but before the ZIP-archive is created.
Griefed
-
-
Method Summary
Modifier and Type Method Description abstract StringgetExtensionId()abstract StringgetName()abstract StringgetDescription()abstract StringgetAuthor()abstract StringgetVersion()-
-
Method Detail
-
getExtensionId
abstract String getExtensionId()
-
getDescription
abstract String getDescription()
-
getVersion
abstract String getVersion()
-
-
-
-