summaryrefslogtreecommitdiffstats
path: root/src/Protocol/PacketID.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* GetPacketID for protocol packet IDs (#3977)Lane Kolbly2017-09-021-0/+182
* Added GetPacketId method to protocol, implemented for all protocols. * Moved GetPacketID methods into a single file, alpha-sorted. * Fixed 1.12.1 HandlePacket switch statement. * Added SendLogin to the GetPacketId framework. * Added SpawnObject to GetPacketId framework. * Added missing sendEntityEquipment packet ID update for 1.12.1 * Added LeashEntity packet ID change to 1.12.1 * Alphabetized packet enum, added SpawnGlobalEntity to GetPacketId framework * Fixed clang errors * Indented cases, expanded comment for GetPacketId * Changed dyslexic comment.