Interface ResourcePackManifest.Dependency

Enclosing interface:
ResourcePackManifest

public static interface ResourcePackManifest.Dependency
Represents a dependency of a resource pack.
  • Method Summary

    Modifier and Type
    Method
    Description
    @NonNull UUID
    Gets the UUID of the dependency.
    Gets the version of the dependency.
  • Method Details

    • uuid

      @NonNull UUID uuid()
      Gets the UUID of the dependency.
      Returns:
      the uuid
    • version

      @NonNull ResourcePackManifest.Version version()
      Gets the version of the dependency.
      Returns:
      the version