Interface IModContainer
public interface IModContainer
A container for a mod.
- Since:
- 1.0.0
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Ups the priority.Gets the display name.Gets the entrypoint container.getID()
Gets the ID.getInfo()
Gets the mod info.int
Gets the load priority.com.github.villadora.semver.Version
Gets the version.com.github.villadora.semver.Version
Gets the version string.
-
Method Details
-
getDisplayName
String getDisplayName()Gets the display name. -
getID
String getID()Gets the ID. -
getVersion
com.github.villadora.semver.Version getVersion()Gets the version. -
getVersionStr
com.github.villadora.semver.Version getVersionStr()Gets the version string. -
getInfo
ModInfo getInfo()Gets the mod info. -
getPriority
int getPriority()Gets the load priority. -
bumpPriority
void bumpPriority()Ups the priority. -
getEntrypointContainer
-