Uses of Record Class
net.minecraft.world.level.validation.ForbiddenSymlinkInfo
Packages that use ForbiddenSymlinkInfo
-
Uses of ForbiddenSymlinkInfo in net.minecraft.server.packs.repository
Method parameters in net.minecraft.server.packs.repository with type arguments of type ForbiddenSymlinkInfoModifier and TypeMethodDescriptionPackDetector.detectPackResources
(Path p_path, List<ForbiddenSymlinkInfo> forbiddenSymlinkInfos) -
Uses of ForbiddenSymlinkInfo in net.minecraft.world.level.validation
Fields in net.minecraft.world.level.validation with type parameters of type ForbiddenSymlinkInfoModifier and TypeFieldDescriptionprivate final List
<ForbiddenSymlinkInfo> ContentValidationException.entries
Methods in net.minecraft.world.level.validation that return types with arguments of type ForbiddenSymlinkInfoModifier and TypeMethodDescriptionDirectoryValidator.validateDirectory
(Path directory, boolean validateSymlinks) DirectoryValidator.validateSymlink
(Path directory) Method parameters in net.minecraft.world.level.validation with type arguments of type ForbiddenSymlinkInfoModifier and TypeMethodDescriptionstatic String
ContentValidationException.getMessage
(Path directory, List<ForbiddenSymlinkInfo> entries) void
DirectoryValidator.validateKnownDirectory
(Path directory, List<ForbiddenSymlinkInfo> forbiddenSymlinkInfos) void
DirectoryValidator.validateSymlink
(Path directory, List<ForbiddenSymlinkInfo> entries) Constructor parameters in net.minecraft.world.level.validation with type arguments of type ForbiddenSymlinkInfoModifierConstructorDescriptionContentValidationException
(Path directory, List<ForbiddenSymlinkInfo> entries)