Interface BaseInformation
-
- All Implemented Interfaces:
public interface BaseInformationBase information to be provided by every extension.
Griefed
-
-
Method Summary
Modifier and Type Method Description abstract StringgetName()abstract StringgetDescription()abstract StringgetAuthor()abstract StringgetVersion()-
-
Method Detail
-
getDescription
abstract String getDescription()
-
getVersion
abstract String getVersion()
-
-
-
-