Uses of Enum Class
net.neoforged.neoforgespi.locating.IncompatibleFileReporting
Packages that use IncompatibleFileReporting
-
Uses of IncompatibleFileReporting in net.neoforged.fml.loading.moddiscovery
Methods in net.neoforged.fml.loading.moddiscovery with parameters of type IncompatibleFileReportingModifier and TypeMethodDescriptionModDiscoverer.DiscoveryPipeline.addJarContent(JarContents jarContents, ModFileDiscoveryAttributes attributes, IncompatibleFileReporting reporting) ModDiscoverer.DiscoveryPipeline.addPath(List<Path> groupedPaths, ModFileDiscoveryAttributes attributes, IncompatibleFileReporting reporting) -
Uses of IncompatibleFileReporting in net.neoforged.neoforgespi.locating
Subclasses with type arguments of type IncompatibleFileReporting in net.neoforged.neoforgespi.locatingModifier and TypeClassDescriptionenumDefines how files that are not handled are reported.Methods in net.neoforged.neoforgespi.locating that return IncompatibleFileReportingModifier and TypeMethodDescriptionstatic IncompatibleFileReportingReturns the enum constant of this class with the specified name.static IncompatibleFileReporting[]IncompatibleFileReporting.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.neoforged.neoforgespi.locating with parameters of type IncompatibleFileReportingModifier and TypeMethodDescriptionIDiscoveryPipeline.addJarContent(JarContents contents, ModFileDiscoveryAttributes attributes, IncompatibleFileReporting incompatibleFileReporting) IDiscoveryPipeline.addPath(Path path, ModFileDiscoveryAttributes attributes, IncompatibleFileReporting incompatibleFileReporting) IDiscoveryPipeline.addPath(List<Path> groupedPaths, ModFileDiscoveryAttributes attributes, IncompatibleFileReporting incompatibleFileReporting)