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

Method HandlePacketTabComplete

src/Protocol/Protocol17x.cpp:1878–1882  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1876
1877
1878void cProtocol172::HandlePacketTabComplete(cByteBuffer & a_ByteBuffer)
1879{
1880 HANDLE_READ(a_ByteBuffer, ReadVarUTF8String, AString, Text);
1881 m_Client->HandleTabCompletion(Text);
1882}
1883
1884
1885

Callers

nothing calls this directly

Calls 1

HandleTabCompletionMethod · 0.80

Tested by

no test coverage detected