Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cuberite/cuberite
/ Command
Method
Command
src/Server.cpp:432–435 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
430
431
432
bool cServer::Command(cClientHandle & a_Client, AString & a_Cmd)
433
{
434
return cRoot::Get()->GetPluginManager()->CallHookChat(a_Client.GetPlayer(), a_Cmd);
435
}
436
437
438
Callers
1
HandleChat
Method · 0.45
Calls
3
CallHookChat
Method · 0.80
GetPluginManager
Method · 0.80
GetPlayer
Method · 0.45
Tested by
no test coverage detected