Improve NMSVersion description

This commit is contained in:
filoghost 2021-07-28 10:41:42 +02:00
parent 88b260ffb9
commit f3d3d07038
1 changed files with 2 additions and 1 deletions

View File

@ -14,7 +14,8 @@ import java.util.regex.Matcher;
import java.util.regex.Pattern;
/**
* The NMS version is the name of the main package under net.minecraft.server, for example "v1_13_R2".
* The package name used by version-dependent Bukkit classes and NMS classes (before 1.17), for example "v1_13_R2".
* Different versions usually imply internal changes that require multiple implementations.
*/
public enum NMSVersion {