Minecraft-Console-Client/MinecraftClient/Protocol/Handlers
ReinforceZwei 53bd56100f
1.16+ Terrain and Movement support (#1353)
* First implementation
* Improve chunk reading performance
* Fix indentation
* Remove debug information
* Update MultiBlockChange packet
* Move skip varint to a method
* Fix crash when not using block palette
* Fix DataTypes.cs not compiling on .NET 4.0
Binary (0b) values not handled so converted to Hexadecimal (0x)
* Use the 1.16 chunk parsing code for 1.15 too
Document the differences in padding and factor the code
Co-authored-by: ORelio <ORelio@users.noreply.github.com>
2020-11-28 20:48:35 +01:00
..
Compression Add support for creating replay mod capture files (#1246) 2020-09-06 21:51:42 +02:00
Forge Allow force-enabling Forge support for 1.13+ (#1184) 2020-10-18 13:09:49 +02:00
PacketPalettes Fix 1.13 packet palette duplicated packet type 2020-08-27 19:33:08 +02:00
DataTypes.cs 1.16+ Terrain and Movement support (#1353) 2020-11-28 20:48:35 +01:00
PacketType18Handler.cs Add support for 1.16.4 (#1311) 2020-11-03 19:04:34 +01:00
PacketTypesIn.cs Add packet palettes (#1236) 2020-08-26 19:19:59 +02:00
PacketTypesOut.cs Add packet palettes (#1236) 2020-08-26 19:19:59 +02:00
Protocol16.cs Adds support for villager trading (#1316) 2020-11-08 23:39:07 +01:00
Protocol18.cs 1.16+ Terrain and Movement support (#1353) 2020-11-28 20:48:35 +01:00
Protocol18Forge.cs Allow force-enabling Forge support for 1.13+ (#1184) 2020-10-18 13:09:49 +02:00
Protocol18Terrain.cs 1.16+ Terrain and Movement support (#1353) 2020-11-28 20:48:35 +01:00
SocketWrapper.cs Split Protocol18 protocol into several classes 2019-04-29 22:30:43 +02:00
ZlibUtils.cs Fix packet compression 2017-09-09 17:07:26 +02:00