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 TypeMethodDescription@Nullable TPackDetector.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.entriesMethods 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 StringContentValidationException.getMessage(Path pDirectory, List<ForbiddenSymlinkInfo> pEntries) voidDirectoryValidator.validateKnownDirectory(Path pDirectory, List<ForbiddenSymlinkInfo> pForbiddenSymlinkInfos) voidDirectoryValidator.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)