Class ModrinthVersionSource

java.lang.Object
one.tranic.t.base.updater.schemas.modrinth.ModrinthVersionSource

public class ModrinthVersionSource extends Object
  • Constructor Details

    • ModrinthVersionSource

      public ModrinthVersionSource()
  • Method Details

    • getName

      public String getName()
    • getVersionNumber

      public String getVersionNumber()
    • getChangelog

      public String getChangelog()
    • getDependencies

      @Nullable public @Nullable List<ModrinthVersionSource.Dependency> getDependencies()
    • getGameVersions

      public List<String> getGameVersions()
    • getVersionType

      public String getVersionType()
    • getLoaders

      public List<String> getLoaders()
    • getLoadersOf

      public List<Loaders> getLoadersOf()
    • isFeatured

      public boolean isFeatured()
    • getStatus

      public Status getStatus()
    • getRequestedStatus

      @Nullable public @Nullable RequestedStatus getRequestedStatus()
    • getId

      public String getId()
    • getProjectId

      public String getProjectId()
    • getAuthorId

      public String getAuthorId()
    • getDatePublished

      public String getDatePublished()
    • getDownloads

      public int getDownloads()
    • getChangelogUrl

      @Nullable public @Nullable String getChangelogUrl()
    • getFiles

      public List<ModrinthVersionSource.File> getFiles()