MCPcopy Create free account
hub / github.com/EndstoneMC/endstone / PluginCommand

Method PluginCommand

include/endstone/command/plugin_command.h:33–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31class PluginCommand : public Command {
32public:
33 PluginCommand(const Command &command, Plugin &owner) : Command(command), owner_(owner) {}
34
35 bool execute(CommandSender &sender, const std::vector<std::string> &args) const override
36 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected