Class NMS_1_17_Common

java.lang.Object
dev.jorel.commandapi.CommandAPIBukkit<net.minecraft.commands.CommandSourceStack>
dev.jorel.commandapi.nms.NMS_Common
dev.jorel.commandapi.nms.NMS_1_17_Common
All Implemented Interfaces:
CommandAPIPlatform<Argument<?>,org.bukkit.command.CommandSender,net.minecraft.commands.CommandSourceStack>, NMS<net.minecraft.commands.CommandSourceStack>

public abstract class NMS_1_17_Common extends NMS_Common
NMS implementation for Minecraft 1.17 and 1.17.1 SpecialSource compiles MinecraftServer.resources (used in reloadDataPacks) to two different fields (aC or aB) for 1.17 and 1.17.1 respectively. This common implementation is built those two ways by the corresponding modules.