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 pPath, List<ForbiddenSymlinkInfo> pForbiddenSymlinkInfos) -
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 pDirectory, boolean pValidateSymlinks) DirectoryValidator.validateSymlink
(Path pDirectory) Method parameters in net.minecraft.world.level.validation with type arguments of type ForbiddenSymlinkInfoModifier and TypeMethodDescriptionstatic String
ContentValidationException.getMessage
(Path pDirectory, List<ForbiddenSymlinkInfo> pEntries) void
DirectoryValidator.validateKnownDirectory
(Path pDirectory, List<ForbiddenSymlinkInfo> pForbiddenSymlinkInfos) void
DirectoryValidator.validateSymlink
(Path pDirectory, List<ForbiddenSymlinkInfo> pEntries) Constructor parameters in net.minecraft.world.level.validation with type arguments of type ForbiddenSymlinkInfoModifierConstructorDescriptionContentValidationException
(Path pDirectory, List<ForbiddenSymlinkInfo> pEntries)