Package org.geysermc.geyser.api.pack
Interface ResourcePackManifest.Module
- Enclosing interface:
- ResourcePackManifest
public static interface ResourcePackManifest.Module
Represents a module of a resource pack.
-
Method Details
-
uuid
@NonNull UUID uuid()Gets the UUID of the module.- Returns:
- the UUID
-
version
@NonNull ResourcePackManifest.Version version()Gets the version of the module.- Returns:
- the version
-
type
@NonNull String type()Gets the type of the module.- Returns:
- the type
-
description
@NonNull String description()Gets the description of the module.- Returns:
- the description
-