mirror of
https://github.com/filoghost/HolographicDisplays.git
synced 2024-12-24 01:37:35 +01:00
Improve NMSVersion description
This commit is contained in:
parent
88b260ffb9
commit
f3d3d07038
@ -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 {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user