Class PackDetector<T>
java.lang.Object
net.minecraft.server.packs.repository.PackDetector<T>
- Direct Known Subclasses:
- FolderRepositorySource.FolderPackDetector
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected abstract TcreateDirectoryPack(Path p_296184_) protected abstract TcreateZipPack(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
 
 
-