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

Method ParsePlayerLook

src/Protocol/Protocol125.cpp:1465–1472  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1463
1464
1465int cProtocol125::ParsePlayerLook(void)
1466{
1467 HANDLE_PACKET_READ(ReadBEFloat, float, Rotation);
1468 HANDLE_PACKET_READ(ReadBEFloat, float, Pitch);
1469 HANDLE_PACKET_READ(ReadBool, bool, IsOnGround);
1470 m_Client->HandlePlayerLook(Rotation, Pitch, IsOnGround);
1471 return PARSE_OK;
1472}
1473
1474
1475

Callers

nothing calls this directly

Calls 1

HandlePlayerLookMethod · 0.80

Tested by

no test coverage detected