Enum Class IncompatibleModReason

java.lang.Object
java.lang.Enum<IncompatibleModReason>
net.neoforged.fml.loading.moddiscovery.IncompatibleModReason
All Implemented Interfaces:
Serializable, Comparable<IncompatibleModReason>, Constable

public enum IncompatibleModReason extends Enum<IncompatibleModReason>
When we find a jar file that no IModFileReader can handle, we try to detect if the mod potentially came from another modding system and warn the user about it not being compatible.