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

Method HandlePacketAnimation

src/Protocol/Protocol17x.cpp:1614–1619  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1612
1613
1614void cProtocol172::HandlePacketAnimation(cByteBuffer & a_ByteBuffer)
1615{
1616 HANDLE_READ(a_ByteBuffer, ReadBEInt, int, EntityID);
1617 HANDLE_READ(a_ByteBuffer, ReadByte, Byte, Animation);
1618 m_Client->HandleAnimation(Animation);
1619}
1620
1621
1622

Callers

nothing calls this directly

Calls 1

HandleAnimationMethod · 0.80

Tested by

no test coverage detected