Improve jd of MinecraftVersion#getPackageVersion

This commit is contained in:
NotMyFault 2021-08-09 11:36:50 +02:00
parent e2b2feb7c5
commit a1e6839cae
No known key found for this signature in database
GPG Key ID: 158F5701A6AAD00C

View File

@ -139,9 +139,8 @@ public class MinecraftVersion implements Comparable<MinecraftVersion> {
} }
/** /**
* Determines the server version based on the package path, e.g. {@code org.bukkit.craftbukkit.v1_16_R3}, * Determines the server version based on the CraftBukkit package path, e.g. {@code org.bukkit.craftbukkit.v1_16_R3},
* where v1_16_R3 is the resolved version. Note: as of Minecraft 1.17, NMS is no longer versioned thus this * where v1_16_R3 is the resolved version.
* method may have poor results.
* *
* @return The package version. * @return The package version.
*/ */