MCPcopy Create free account
hub / github.com/cuberite/cuberite / ParseChat

Method ParseChat

src/Protocol/Protocol125.cpp:1298–1303  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1296
1297
1298int cProtocol125::ParseChat(void)
1299{
1300 HANDLE_PACKET_READ(ReadBEUTF16String16, AString, Message);
1301 m_Client->HandleChat(Message);
1302 return PARSE_OK;
1303}
1304
1305
1306

Callers

nothing calls this directly

Calls 1

HandleChatMethod · 0.80

Tested by

no test coverage detected