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

Method HandleServerDestroyEntities

Tools/ProtoProxy/Connection.cpp:1459–1470  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1457
1458
1459bool cConnection::HandleServerDestroyEntities(void)
1460{
1461 HANDLE_SERVER_PACKET_READ(ReadByte, Byte, NumEntities);
1462 if (!m_ServerBuffer.SkipRead((int)NumEntities * 4))
1463 {
1464 return false;
1465 }
1466 Log("Received PACKET_DESTROY_ENTITIES from the server:");
1467 Log(" NumEntities = %d", NumEntities);
1468 COPY_TO_CLIENT();
1469 return true;
1470}
1471
1472
1473

Callers

nothing calls this directly

Calls 1

SkipReadMethod · 0.80

Tested by

no test coverage detected