Package com.griefdefender.api
Interface Version
public interface Version
-
Method Summary
Modifier and TypeMethodDescriptiondoubleGets the API version.Gets the implementation version.
-
Method Details
-
getApiVersion
double getApiVersion()Gets the API version.- Returns:
- The api version
-
getImplementationVersion
String getImplementationVersion()Gets the implementation version.- Returns:
- The implementation version
-