Package org.geysermc.geyser.api.pack
Interface ResourcePackManifest.Dependency
- Enclosing interface:
- ResourcePackManifest
public static interface ResourcePackManifest.Dependency
Represents a dependency of a resource pack.
-
Method Summary
Modifier and TypeMethodDescription@NonNull UUIDuuid()Gets the UUID of the dependency.@NonNull ResourcePackManifest.Versionversion()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
-