Class PackDetector<T>
java.lang.Object
net.minecraft.server.packs.repository.PackDetector<T>
- Direct Known Subclasses:
 FolderRepositorySource.FolderPackDetector
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected abstract TcreateDirectoryPack(Path p_298942_) protected abstract TcreateZipPack(Path p_297649_) detectPackResources(Path p_298083_, List<ForbiddenSymlinkInfo> p_297322_)  
- 
Field Details
- 
validator
 
 - 
 - 
Constructor Details
- 
PackDetector
 
 - 
 - 
Method Details
- 
detectPackResources
@Nullable public T detectPackResources(Path p_298083_, List<ForbiddenSymlinkInfo> p_297322_) throws IOException - Throws:
 IOException
 - 
createZipPack
- Throws:
 IOException
 - 
createDirectoryPack
- Throws:
 IOException
 
 -