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},
* where v1_16_R3 is the resolved version. Note: as of Minecraft 1.17, NMS is no longer versioned thus this
* method may have poor results.
* 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.
*
* @return The package version.
*/