Minecraft-Console-Client/MinecraftClient/Mapping/BlockPalettes
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
..
BlockPalette.cs Fix all warnings & Trim (#2226) 2022-10-02 18:31:08 +08:00
BlockPalette120.cs Inventory, Terrain and Entity handling 2024-07-02 11:08:46 +02:00
BlockPaletteGenerator.cs refactor: convert == null / != null to is null / is not null in 31 files 2026-03-24 00:42:59 +00:00
Palette112.cs Inventory, Terrain and Entity handling 2024-07-02 11:08:46 +02:00
Palette113.cs Inventory, Terrain and Entity handling 2024-07-02 11:08:46 +02:00
Palette114.cs Inventory, Terrain and Entity handling 2024-07-02 11:08:46 +02:00
Palette115.cs Inventory, Terrain and Entity handling 2024-07-02 11:08:46 +02:00
Palette116.cs Inventory, Terrain and Entity handling 2024-07-02 11:08:46 +02:00
Palette117.cs Inventory, Terrain and Entity handling 2024-07-02 11:08:46 +02:00
Palette119.cs Inventory, Terrain and Entity handling 2024-07-02 11:08:46 +02:00
Palette261.cs feat: add 26.1 palette files and new enum values 2026-03-22 20:04:08 +08:00
Palette1193.cs Inventory, Terrain and Entity handling 2024-07-02 11:08:46 +02:00
Palette1194.cs Inventory, Terrain and Entity handling 2024-07-02 11:08:46 +02:00
Palette1204.cs 1.20.4: Update entity, item and block palette 2024-02-11 18:13:48 +08:00
Palette1206.cs Inventory, Terrain and Entity handling 2024-07-02 11:08:46 +02:00
Palette1212.cs feat: add palettes and version constants for MC 1.21.2 (protocol 768) 2026-03-20 03:02:43 +08:00
Palette1214.cs feat: add MC 1.21.4 (protocol 769) support 2026-03-20 23:51:56 +08:00
Palette1215.cs feat: add MC 1.21.5 (protocol 770) support 2026-03-21 00:48:27 +08:00
Palette1216.cs feat: add palettes and version routing for MC 1.21.6 2026-03-21 11:44:12 +08:00
Palette1219.cs fix: regenerate item/block palettes from server registry data for 1.21.9 2026-03-21 14:43:56 +08:00