public interface PackLoader extends Closeable
| Modifier and Type | Interface and Description |
|---|---|
static interface |
PackLoader.Factory |
| Modifier and Type | Method and Description |
|---|---|
void |
forEachIn(Path path,
Consumer<Path> consumer,
boolean recurse) |
InputStream |
getAsset(Path path) |
Path |
getLocation() |
CompletableFuture<Path> |
getNetworkPreparedFile() |
boolean |
hasAsset(Path path) |
boolean |
hasFolder(Path folder) |
Path getLocation()
boolean hasAsset(Path path)
InputStream getAsset(Path path) throws IOException
IOExceptionboolean hasFolder(Path folder)
CompletableFuture<Path> getNetworkPreparedFile()
Copyright © 2020. All rights reserved.