Uses of Enum Class
net.neoforged.fml.loading.moddiscovery.IncompatibleModReason
Packages that use IncompatibleModReason
-
Uses of IncompatibleModReason in net.neoforged.fml.loading.moddiscovery
Subclasses with type arguments of type IncompatibleModReason in net.neoforged.fml.loading.moddiscoveryModifier and TypeClassDescriptionenumWhen we find a jar file that noIModFileReadercan handle, we try to detect if the mod potentially came from another modding system and warn the user about it not being compatible.Methods in net.neoforged.fml.loading.moddiscovery that return IncompatibleModReasonModifier and TypeMethodDescriptionstatic IncompatibleModReasonReturns the enum constant of this class with the specified name.static IncompatibleModReason[]IncompatibleModReason.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.neoforged.fml.loading.moddiscovery that return types with arguments of type IncompatibleModReasonModifier and TypeMethodDescriptionstatic Optional<IncompatibleModReason> IncompatibleModReason.detect(JarContents jar)