Class PackDetector<T>
java.lang.Object
net.minecraft.server.packs.repository.PackDetector<T>
- Direct Known Subclasses:
FolderRepositorySource.FolderPackDetector
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected abstract T
createDirectoryPack
(Path p_296184_) protected abstract T
createZipPack
(Path p_296057_) detectPackResources
(Path p_294493_, List<ForbiddenSymlinkInfo> p_295548_)
-
Field Details
-
validator
-
-
Constructor Details
-
PackDetector
-
-
Method Details
-
detectPackResources
@Nullable public T detectPackResources(Path p_294493_, List<ForbiddenSymlinkInfo> p_295548_) throws IOException - Throws:
IOException
-
createZipPack
- Throws:
IOException
-
createDirectoryPack
- Throws:
IOException
-