Class ZipPackLoader
java.lang.Object
org.cloudburstmc.server.pack.loader.ZipPackLoader
- All Implemented Interfaces:
Closeable,AutoCloseable,org.cloudburstmc.api.pack.loader.PackLoader
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.cloudburstmc.api.pack.loader.PackLoader
org.cloudburstmc.api.pack.loader.PackLoader.Factory -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic org.cloudburstmc.api.pack.loader.PackLoader.Factory -
Method Summary
-
Field Details
-
FACTORY
public static final org.cloudburstmc.api.pack.loader.PackLoader.Factory FACTORY
-
-
Method Details
-
getLocation
- Specified by:
getLocationin interfaceorg.cloudburstmc.api.pack.loader.PackLoader
-
hasAsset
- Specified by:
hasAssetin interfaceorg.cloudburstmc.api.pack.loader.PackLoader
-
getAsset
- Specified by:
getAssetin interfaceorg.cloudburstmc.api.pack.loader.PackLoader- Throws:
IOException
-
hasFolder
- Specified by:
hasFolderin interfaceorg.cloudburstmc.api.pack.loader.PackLoader
-
forEachIn
- Specified by:
forEachInin interfaceorg.cloudburstmc.api.pack.loader.PackLoader
-
getNetworkPreparedFile
- Specified by:
getNetworkPreparedFilein interfaceorg.cloudburstmc.api.pack.loader.PackLoader
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-