Interface ModContainer


public interface ModContainer
Interface providing information about the mod installed on the server.
You cannot access the ForgeAPI for the mod, but you can access the mod file.
  • Method Details

    • getDisplayName

      String getDisplayName()
    • getModId

      String getModId()
    • getDescription

      String getDescription()
    • getUpdateURL

      Optional<URL> getUpdateURL()
    • getIssueURL

      URL getIssueURL()
    • getVersion

      String getVersion()
    • getDependencies

      Component getDependencies()
    • getPath

      Path getPath()