Interface | Description |
---|---|
MapResourcePackArchive |
Abstract interface for accessing the file contents of a resource pack.
|
Class | Description |
---|---|
MapResourcePackAutoArchive |
An archive that automatically detects the correct archive class to use.
|
MapResourcePackClientArchive |
Retrieves assets from the stock Minecraft client jar.
|
MapResourcePackDirectoryArchive |
Retrieves assets from a resource pack stored as an uncompressed directory
|
MapResourcePackDownloadedArchive |
Keeps a locally downloaded archive synchronized by checking the resource pack SHA1 against a hash.
|
MapResourcePackZipArchive |
Retrieves assets from a resource pack stored as a zip file on the file system
|
Copyright © 2019. All rights reserved.