All Classes and Interfaces

Classes
Class
Description
Common NMS code To ensure that this code actually works across all versions of Minecraft that this is supposed to support (1.17+), you should be compiling this code against all of the declared Maven profiles specified in this submodule's pom.xml file, by running the following commands: mvn clean package -pl :commandapi-nms-common -P Spigot_1_19_R1 mvn clean package -pl :commandapi-nms-common -P Spigot_1_18_2_R2 mvn clean package -pl :commandapi-nms-common -P Spigot_1_18_R1 mvn clean package -pl :commandapi-nms-common -P Spigot_1_17_R1 Any of these that do not work should be removed or implemented otherwise (introducing another NMS_Common module perhaps?