mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
* 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> |
||
|---|---|---|
| .. | ||
| BlockPalettes | ||
| EntityPalettes | ||
| Block.cs | ||
| Chunk.cs | ||
| ChunkColumn.cs | ||
| CommandBlockFlags.cs | ||
| CommandBlockMode.cs | ||
| Direction.cs | ||
| Entity.cs | ||
| EntityPose.cs | ||
| EntityType.cs | ||
| EntityTypeExtensions.cs | ||
| Location.cs | ||
| Material.cs | ||
| MaterialExtensions.cs | ||
| Movement.cs | ||
| VillagerInfo.cs | ||
| World.cs | ||