mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-28 19:54:44 +02:00
Config files will update automatically again
This commit is contained in:
@ -84,7 +84,7 @@ public abstract class MajorMinorPatchVersion implements Versioned {
|
||||
}
|
||||
|
||||
/**
|
||||
* Whether or not this version of Minecraft is a patch
|
||||
* Whether this version of Minecraft is a patch
|
||||
* a patch version value above 0 will indicate that this is a patch
|
||||
* @return true if this version is a patch
|
||||
*/
|
||||
|
@ -28,7 +28,7 @@ public class MinecraftGameVersion extends MajorMinorPatchVersion {
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns whether or not the Minecraft version is at least equal to or higher than a target version
|
||||
* Returns whether the Minecraft version is at least equal to or higher than a target version
|
||||
* @param majorVerNumber target major version number - for example 1.16.5 , the 1 is the major version
|
||||
* @param minorVerNumber target minor version number - for example 1.16.5, the 16 is the minor version
|
||||
* @param patchVerNumber target patch version number - for example 1.16.5, the 5 is the patch version number
|
||||
|
Reference in New Issue
Block a user