Minecraft-Console-Client/MinecraftClient/Mapping/EntityPalettes
copilot-swe-agent[bot] c7bc25aa17 refactor: convert == null / != null to is null / is not null in 31 files
Replace old-style null comparisons with modern C# pattern matching
syntax across Commands, Protocol, Mapping, ChatBots, Physics,
Inventory, Logger, CommandHandler, Scripting, Crypto, and other modules.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-03-24 00:42:59 +00:00
..
EntityPalette.cs refactor: convert == null / != null to is null / is not null in 31 files 2026-03-24 00:42:59 +00:00
EntityPalette18.cs refactor: convert redundant new TypeName() to target-typed new() 2026-03-24 00:37:35 +00:00
EntityPalette112.cs refactor: convert redundant new TypeName() to target-typed new() 2026-03-24 00:37:35 +00:00
EntityPalette113.cs refactor: convert redundant new TypeName() to target-typed new() 2026-03-24 00:37:35 +00:00
EntityPalette114.cs [SKIP_BUILD] Change file encoding to UTF-8 with BOM 2022-11-28 13:55:05 +08:00
EntityPalette115.cs [SKIP_BUILD] Change file encoding to UTF-8 with BOM 2022-11-28 13:55:05 +08:00
EntityPalette117.cs [SKIP_BUILD] Change file encoding to UTF-8 with BOM 2022-11-28 13:55:05 +08:00
EntityPalette119.cs [SKIP_BUILD] Change file encoding to UTF-8 with BOM 2022-11-28 13:55:05 +08:00
EntityPalette120.cs Fully Implemented 1.20 2023-06-08 19:27:28 +02:00
EntityPalette261.cs feat: add 26.1 palette files and new enum values 2026-03-22 20:04:08 +08:00
EntityPalette1161.cs [SKIP_BUILD] Change file encoding to UTF-8 with BOM 2022-11-28 13:55:05 +08:00
EntityPalette1162.cs [SKIP_BUILD] Change file encoding to UTF-8 with BOM 2022-11-28 13:55:05 +08:00
EntityPalette1193.cs 1.19.3 entity & inventory & terrain support 2023-01-14 22:18:05 +08:00
EntityPalette1204.cs 1.20.4: Update entity, item and block palette 2024-02-11 18:13:48 +08:00
EntityPalette1206.cs Inventory, Terrain and Entity handling 2024-07-02 11:08:46 +02:00
EntityPalette1212.cs feat: add palettes and version constants for MC 1.21.2 (protocol 768) 2026-03-20 03:02:43 +08:00
EntityPalette1214.cs feat: add MC 1.21.4 (protocol 769) support 2026-03-20 23:51:56 +08:00
EntityPalette1215.cs feat: add MC 1.21.5 (protocol 770) support 2026-03-21 00:48:27 +08:00
EntityPalette1216.cs feat: add palettes and version routing for MC 1.21.6 2026-03-21 11:44:12 +08:00
EntityPalette1219.cs feat: add palettes for MC 1.21.9/1.21.10 (protocol 773) 2026-03-21 14:04:56 +08:00
EntityPalette11194.cs Added palettes 2023-03-21 23:31:10 +01:00
EntityPalette12111.cs feat: add palettes and enums for MC 1.21.11 (protocol 774) 2026-03-22 00:49:33 +08:00
EntityPaletteGenerator.cs 1.20.4: Update entity, item and block palette 2024-02-11 18:13:48 +08:00