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

Method ParseWindowClose

src/Protocol/Protocol125.cpp:1661–1666  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1659
1660
1661int cProtocol125::ParseWindowClose(void)
1662{
1663 HANDLE_PACKET_READ(ReadChar, char, WindowID);
1664 m_Client->HandleWindowClose(WindowID);
1665 return PARSE_OK;
1666}
1667
1668
1669

Callers

nothing calls this directly

Calls 1

HandleWindowCloseMethod · 0.80

Tested by

no test coverage detected