Module library

Source
Expand description

A library serves as a device-wide registry of asset packs.

Structs§

AssetLibrary
An AssetLibrary is a device-wide registry of packs that save files can refer to. It handles as the bridge between relative paths within an asset pack and the actual paths on a user’s device.
AssetLibraryEntry 🔒
Represents an entry in the library, containing additional metadata about an asset pack.

Enums§

AssetLibraryError
The errors that can occur when loading or saving the AssetLibrary.

Constants§

LIBRARY_FILE_NAME 🔒
The name of the library configuration file.