Interface IModContainer


public interface IModContainer
A container for a mod.
Since:
1.0.0
  • Method Details

    • getDisplayName

      String getDisplayName()
      Gets the display name.
    • getID

      String getID()
      Gets the ID.
    • getVersion

      com.github.zafarkhaja.semver.Version getVersion()
      Gets the version.
    • getInfo

      ModInfo getInfo()
      Gets the mod info.
    • getPriority

      int getPriority()
      Gets the load priority.
    • bumpPriority

      void bumpPriority()
      Ups the priority.
    • getEntrypointContainer

      IEntrypointContainer getEntrypointContainer()
      Gets the entrypoint container.
      See Also: