Minecraft-Console-Client/MinecraftClient/Protocol
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
..
Dns Replace DnDns with HeijdenDns 2017-03-11 15:28:32 +01:00
Handlers 1.16+ Terrain and Movement support (#1353) 2020-11-28 20:48:35 +01:00
Session Add support of language files (#1273) 2020-10-17 13:41:31 +02:00
ChatParser.cs Add support of language files (#1273) 2020-10-17 13:41:31 +02:00
DataTypeGenerator.cs Implement entity types (#1001) 2020-05-24 18:21:22 +02:00
EntityActionType.cs ChatBot API: OnScoreboardObjective, OnEntityEffect, OnUpdateScore, EntityInteract, Hand list (#1097) 2020-07-04 10:45:51 +02:00
GuidExtensions.cs Add support for creating replay mod capture files (#1246) 2020-09-06 21:51:42 +02:00
IMinecraftCom.cs Adds support for villager trading (#1316) 2020-11-08 23:39:07 +01:00
IMinecraftComHandler.cs Adds support for villager trading (#1316) 2020-11-08 23:39:07 +01:00
ProtocolHandler.cs Add support for 1.16.4 (#1311) 2020-11-03 19:04:34 +01:00
ReplayHandler.cs Add support for creating replay mod capture files (#1246) 2020-09-06 21:51:42 +02:00