Uses of Record Class
net.minecraft.world.level.validation.ForbiddenSymlinkInfo
Packages that use ForbiddenSymlinkInfo
- 
Uses of ForbiddenSymlinkInfo in net.minecraft.server.packs.repositoryMethod parameters in net.minecraft.server.packs.repository with type arguments of type ForbiddenSymlinkInfoModifier and TypeMethodDescriptionPackDetector.detectPackResources(Path p_294493_, List<ForbiddenSymlinkInfo> p_295548_) 
- 
Uses of ForbiddenSymlinkInfo in net.minecraft.world.level.validationFields in net.minecraft.world.level.validation with type parameters of type ForbiddenSymlinkInfoModifier and TypeFieldDescriptionprivate final List<ForbiddenSymlinkInfo>ContentValidationException.entriesMethods in net.minecraft.world.level.validation that return types with arguments of type ForbiddenSymlinkInfoModifier and TypeMethodDescriptionDirectoryValidator.validateDirectory(Path p_294195_, boolean p_295763_) DirectoryValidator.validateSymlink(Path p_295438_) Method parameters in net.minecraft.world.level.validation with type arguments of type ForbiddenSymlinkInfoModifier and TypeMethodDescriptionstatic StringContentValidationException.getMessage(Path p_289929_, List<ForbiddenSymlinkInfo> p_289979_) voidDirectoryValidator.validateKnownDirectory(Path p_294739_, List<ForbiddenSymlinkInfo> p_295266_) voidDirectoryValidator.validateSymlink(Path p_289934_, List<ForbiddenSymlinkInfo> p_289972_) Constructor parameters in net.minecraft.world.level.validation with type arguments of type ForbiddenSymlinkInfoModifierConstructorDescriptionContentValidationException(Path p_289932_, List<ForbiddenSymlinkInfo> p_289984_)