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

Method SendWholeWindow

src/UI/Window.cpp:718–721  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

716
717
718void cWindow::SendWholeWindow(cClientHandle & a_Client)
719{
720 a_Client.SendWholeInventory(*this);
721}
722
723
724

Callers 2

OpenWindowMethod · 0.80
CloseWindowMethod · 0.80

Calls 1

SendWholeInventoryMethod · 0.45

Tested by

no test coverage detected