isSameMajorVersion
Checks weather the given version is from the same major MC version. e.g. MC 1.7.2 and MC 1.7.10 are both MC 1.7 and will result in true. while MC 1.7.10 and MC 1.8.8 are MC 1.7 and MC 1.8 and will therefore result in false.
Return
True if both are from the same major MC version. false if not.
Parameters
other
The other version to compare with