The path to the resource pack.
The manifest of the resource pack.
Optional
fileTree: FileMap<Buffer<ArrayBufferLike> | FileMap>The file contents of the resource pack.
Readonly
fileThe file contents of the resource pack.
Readonly
manifestThe manifest of the resource pack.
Readonly
pathThe path to the main directory of the resource pack.
Whether the resource pack has raytracing capabilities.
The name of the resource pack.
The UUID of the resource pack.
The version of the resource pack.
Compress the resource pack into a zip file.
The compressed zip file as a Buffer.
Delete a file from the resource pack.
The path to the file.
Get the SHA256 hash of the resource pack zip.
The hash as a Buffer.
Get the chunk data for a specific index.
The index of the chunk.
The chunk data as a Buffer.
Get the amount of chunks that need to be sent to the client for this pack.
The number of chunks.
Get a file from the resource pack.
The path to the file.
The file contents as a Buffer.
Set a file in the resource pack.
The path to the file.
The file contents as a Buffer.
Create a new resource pack instance.