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

Method EndstoneCommandMap

src/endstone/core/command/command_map.cpp:47–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45namespace endstone::core {
46
47EndstoneCommandMap::EndstoneCommandMap(EndstoneServer &server) : server_(server)
48{
49 unregisterCommand("reload");
50 setDefaultCommands();
51}
52
53bool EndstoneCommandMap::dispatch(CommandSender &sender, std::string command_line) const
54{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected