Class Extension.ExtensionDescription

java.lang.Object
de.geolykt.starloader.mod.Extension.ExtensionDescription
Enclosing class:
Extension

public static class Extension.ExtensionDescription extends Object
  • Constructor Details

    • ExtensionDescription

      public ExtensionDescription(@NotNull @NotNull String name, @NotNull @NotNull String version, @NotNull @NotNull List<String> authors, @NotNull @NotNull DiscoveredExtension origin)
  • Method Details

    • getName

      @NotNull public @NotNull String getName()
    • getVersion

      @NotNull public @NotNull String getVersion()
    • getAuthors

      @NotNull public @NotNull List<String> getAuthors()
    • getDependents

      @NotNull public @NotNull List<String> getDependents()
    • getOrigin

      @NotNull public @NotNull DiscoveredExtension getOrigin()