summaryrefslogtreecommitdiffstats
path: root/src/Protocol/Protocol_1_14.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-04-21Add support for 1.14.x protocolsPersson-dev1-0/+72
2022-04-20Improving 1.14 support (#5388)Simon Pribylski1-2/+13
* Fixing login * Add basic 1.14 support * Adding pktHorseWindowOpen to PacketTypeToStr * Fixing build with clang * Fixing inventories * Add entities metadata * Add particles * Fixing style * Fixing build with clang-tidy * fixing build
2022-04-20Updated protocol functions to Vector3xx12xx12x1-5/+5
also added support in included functions
2021-05-03Add player statistics to API (#5193)nshah251-1/+1
* Fixed issue #5166 Co-authored-by: 12xx12 <44411062+12xx12@users.noreply.github.com> Co-authored-by: Tiger Wang <ziwei.tiger@outlook.com>
2021-04-12More cProtocol cleanupTiger Wang1-8/+8
* Alpha sort functions * Simplify hand handling * Fix left handed mode client-side display
2021-04-12Unify multiprotocol entity animationsTiger Wang1-1/+2
2021-03-05Adding Boss bar (#5025)12xx121-1/+1
+ Add boss bar Co-authored-by: Tiger Wang <ziwei.tiger@outlook.com>
2020-09-18Cleanup Protocol classesTiger Wang1-5/+4
* Visibility, static, ordering changes
2020-08-21Remove complex templated SendBlockChangeTiger Wang1-4/+2
If we're sending enough blocks to have virtual calls be an issue, we should resend the chunk instead.
2020-08-19Add Statistics and Achievements for newer Network standards12xx121-0/+1
2020-07-261.14 connection supportTiger Wang1-0/+59