Class VersionType
java.lang.Object
net.darkhax.curseforgegradle.api.versions.VersionType
Represents a type of game version. In the Minecraft space these can look like Java versions, Mod Loaders, and
Minecraft Java Edition versions.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
VersionType
public VersionType()
-
-
Method Details
-
getId
Gets the version type ID.- Returns:
- The version type ID.
-
getName
Gets the version type name.- Returns:
- The version type name.
-
getSlug
Gets the version type slug.- Returns:
- The version type slug.
-