Uses of Enum Class
net.neoforged.fml.loading.moddiscovery.IncompatibleModReason
Packages that use IncompatibleModReason
-
Uses of IncompatibleModReason in net.neoforged.fml.loading.moddiscovery
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)