public interface Version
ModMetadata.getVersion()| Modifier and Type | Method and Description |
|---|---|
String |
getFriendlyString()
Returns the user-friendly representation of this version.
|
static Version |
parse(String string)
Parses a version from a string notation.
|
String getFriendlyString()
static Version parse(String string) throws VersionParsingException
string - the string notation of the versionVersionParsingException - if a problem arises during version parsing