Minecraft-Console-Client/MinecraftClient/Inventory
Anon de96462659 Fix structured components: audit fixes, codec helpers, and serialize implementations
- Fix 5 class naming typos: Unbrekable->Unbreakable, Blook->Book,
  Omnious->Ominous, FoodComponentComponent->FoodComponent
- Fix IntangibleProjectileComponent: extends EmptyComponent (Unit type)
- Delete dead code JukeBoxPlayableComponent.cs (duplicated)
- Implement proper Serialize() on BlocksAttacksComponent,
  KineticWeaponComponent, PiercingWeaponComponent
- Extract shared SoundEventHolder/HolderSet codec helpers into
  StructuredComponentCodecHelpers
- Add TypedEntityDataComponent/TypedBlockEntityDataComponent base classes
  for 1.21.9+ typed entity data format
- Fix variable name: uses1218AttributeAndEquippableFormats ->
  uses1216AttributeAndEquippableFormats
- Add entity data version gate (1.21.9+) to v1215 registry
- Fix chicken/variant and zombie_nautilus/variant component types
- Fix empty packet hang in Protocol18 ReadNextPacket loop
- Add structured components integration test harness
2026-06-11 21:33:48 +02:00
..
ItemPalettes Formatted the code and removed logs from Auto Attack 2026-06-04 11:42:41 +02:00
BookContent.cs Fix structured components: audit fixes, codec helpers, and serialize implementations 2026-06-11 21:33:48 +02:00
BookPage.cs fix: StructuredComponents batch 1 audit — TrimComponent, ProfileComponent, WrittenBookContent, and NBT serialization 2026-03-20 00:09:05 +08:00
Container.cs Enhance container handling for Minecraft protocol updates 2026-03-28 02:17:47 +08:00
ContainerExtensions.cs Added slab handling for 1.20/.1 2023-06-23 16:25:18 +02:00
ContainerType.cs Enhance container handling for Minecraft protocol updates 2026-03-28 02:17:47 +08:00
ContainerTypeExtensions.cs Enhance container handling for Minecraft protocol updates 2026-03-28 02:17:47 +08:00
EffectData.cs Implemented effects support, as a command, chat notification and added in TUI mode 2026-03-27 15:47:27 +01:00
Effects.cs [SKIP_BUILD] Change file encoding to UTF-8 with BOM 2022-11-28 13:55:05 +08:00
Enchantment.cs WIP: Added some strctured components 2024-09-11 19:12:31 +02:00
EnchantmentData.cs Modernize data carriers to records and add primary constructors 2026-03-24 01:31:17 +00:00
EnchantmentMapping.cs fix: correct enchantment mapping typo messages 2026-03-25 18:05:56 +00:00
EnchantmentPropertyInfo.cs Added enchanting 2022-10-12 19:51:01 +02:00
Enchantments.cs fix: add lunge enchantment mapping for 1.21.11 2026-03-25 18:00:38 +00:00
Hand.cs [SKIP_BUILD] Change file encoding to UTF-8 with BOM 2022-11-28 13:55:05 +08:00
Item.cs Formatted the code and removed logs from Auto Attack 2026-06-04 11:42:41 +02:00
ItemMovingHelper.cs Modernize data carriers to records and add primary constructors 2026-03-24 01:31:17 +00:00
ItemRarity.cs WIP: Added some strctured components 2024-09-11 19:12:31 +02:00
ItemType.cs feat: add 26.1 palette files and new enum values 2026-03-22 20:04:08 +08:00
ItemTypeExtensions.cs fix: keep item classification ordering consistent 2026-03-25 17:31:56 +00:00
SuspiciousStewEffect.cs Added more structured components 2024-09-11 20:58:24 +02:00
TrimAssetOverride.cs Implemented all structured components, renamed them all to a better format 2024-10-05 13:37:52 +02:00
VillagerInfo.cs Modernize data carriers to records and add primary constructors 2026-03-24 01:31:17 +00:00
VillagerTrade.cs Modernize data carriers to records and add primary constructors 2026-03-24 01:31:17 +00:00
WindowActionType.cs Added ShiftRightClick (#2582) 2023-09-16 19:39:55 +08:00