Minecraft-Console-Client/MinecraftClient/Protocol/Handlers/StructuredComponents/Components/1_20_6
Anon 85fe6b451b fix: handle null/empty profile name in ProfileComponent serialization
Prevents NullReferenceException crash when receiving player head items
with an empty or absent profile name. The Minecraft protocol permits
empty names in the profile component; the serialization path now
falls back to an empty string instead of throwing.
2026-06-17 11:27:23 +02:00
..
AttributeModifiersComponent.cs Formatted the code and removed logs from Auto Attack 2026-06-04 11:42:41 +02:00
BannerPatternsComponent.cs Formatted the code and removed logs from Auto Attack 2026-06-04 11:42:41 +02:00
BaseColorComponent.cs Formatted the code and removed logs from Auto Attack 2026-06-04 11:42:41 +02:00
BeesComponent.cs Formatted the code and removed logs from Auto Attack 2026-06-04 11:42:41 +02:00
BlockStateComponent.cs Formatted the code and removed logs from Auto Attack 2026-06-04 11:42:41 +02:00
BundleContentsComponent.cs Formatted the code and removed logs from Auto Attack 2026-06-04 11:42:41 +02:00
CanBreakComponent.cs Formatted the code and removed logs from Auto Attack 2026-06-04 11:42:41 +02:00
CanPlaceOnComponent.cs Formatted the code and removed logs from Auto Attack 2026-06-04 11:42:41 +02:00
ChargedProjectilesComponent.cs Formatted the code and removed logs from Auto Attack 2026-06-04 11:42:41 +02:00
ContainerComponent.cs Formatted the code and removed logs from Auto Attack 2026-06-04 11:42:41 +02:00
ContainerLootComponent.cs Formatted the code and removed logs from Auto Attack 2026-06-04 11:42:41 +02:00
CreativeSlotLockComponent.cs Formatted the code and removed logs from Auto Attack 2026-06-04 11:42:41 +02:00
CustomDataComponent.cs Formatted the code and removed logs from Auto Attack 2026-06-04 11:42:41 +02:00
CustomModelDataComponent.cs Formatted the code and removed logs from Auto Attack 2026-06-04 11:42:41 +02:00
CustomModelDataComponent1206.cs Fixed the component system from 1.20.6 - 1.21.11 2026-03-25 01:08:27 +01:00
CustomNameComponent.cs Formatted the code and removed logs from Auto Attack 2026-06-04 11:42:41 +02:00
DamageComponent.cs Formatted the code and removed logs from Auto Attack 2026-06-04 11:42:41 +02:00
DebugStickStateComponent.cs Formatted the code and removed logs from Auto Attack 2026-06-04 11:42:41 +02:00
DyeColorComponent.cs Formatted the code and removed logs from Auto Attack 2026-06-04 11:42:41 +02:00
EnchantmentGlintOverrideComponent.cs Formatted the code and removed logs from Auto Attack 2026-06-04 11:42:41 +02:00
EnchantmentsComponent.cs Formatted the code and removed logs from Auto Attack 2026-06-04 11:42:41 +02:00
EntityDataComponent.cs Formatted the code and removed logs from Auto Attack 2026-06-04 11:42:41 +02:00
FireResistantComponent.cs Formatted the code and removed logs from Auto Attack 2026-06-04 11:42:41 +02:00
FireworkExplosionComponent.cs Formatted the code and removed logs from Auto Attack 2026-06-04 11:42:41 +02:00
FireworksComponent.cs Formatted the code and removed logs from Auto Attack 2026-06-04 11:42:41 +02:00
FoodComponent.cs Fix structured components: audit fixes, codec helpers, and serialize implementations 2026-06-11 21:33:48 +02:00
HideAdditionalTooltipComponent.cs Formatted the code and removed logs from Auto Attack 2026-06-04 11:42:41 +02:00
HideTooltipComponent.cs Formatted the code and removed logs from Auto Attack 2026-06-04 11:42:41 +02:00
InstrumentComponent.cs Formatted the code and removed logs from Auto Attack 2026-06-04 11:42:41 +02:00
IntangibleProjectileComponent.cs Fix structured components: audit fixes, codec helpers, and serialize implementations 2026-06-11 21:33:48 +02:00
ItemNameComponent.cs Formatted the code and removed logs from Auto Attack 2026-06-04 11:42:41 +02:00
LockComponent.cs Formatted the code and removed logs from Auto Attack 2026-06-04 11:42:41 +02:00
LodestoneTrackerComponent.cs Formatted the code and removed logs from Auto Attack 2026-06-04 11:42:41 +02:00
LoreComponent.cs Formatted the code and removed logs from Auto Attack 2026-06-04 11:42:41 +02:00
MapColorComponent.cs Formatted the code and removed logs from Auto Attack 2026-06-04 11:42:41 +02:00
MapDecorationsComponent.cs Formatted the code and removed logs from Auto Attack 2026-06-04 11:42:41 +02:00
MapIdComponent.cs Formatted the code and removed logs from Auto Attack 2026-06-04 11:42:41 +02:00
MapPostProcessingComponent.cs Formatted the code and removed logs from Auto Attack 2026-06-04 11:42:41 +02:00
MaxDamageComponent.cs Formatted the code and removed logs from Auto Attack 2026-06-04 11:42:41 +02:00
MaxStackSizeComponent.cs Formatted the code and removed logs from Auto Attack 2026-06-04 11:42:41 +02:00
NoteBlockSoundComponent.cs Formatted the code and removed logs from Auto Attack 2026-06-04 11:42:41 +02:00
OminousBottleAmplifierComponent.cs Fix structured components: audit fixes, codec helpers, and serialize implementations 2026-06-11 21:33:48 +02:00
PotDecorationsComponent.cs Formatted the code and removed logs from Auto Attack 2026-06-04 11:42:41 +02:00
PotionContentsComponent.cs Formatted the code and removed logs from Auto Attack 2026-06-04 11:42:41 +02:00
ProfileComponent.cs fix: handle null/empty profile name in ProfileComponent serialization 2026-06-17 11:27:23 +02:00
RarityComponent.cs Formatted the code and removed logs from Auto Attack 2026-06-04 11:42:41 +02:00
RecipesComponent.cs Formatted the code and removed logs from Auto Attack 2026-06-04 11:42:41 +02:00
RepairCostComponent.cs Formatted the code and removed logs from Auto Attack 2026-06-04 11:42:41 +02:00
StoredEnchantmentsComponent.cs Formatted the code and removed logs from Auto Attack 2026-06-04 11:42:41 +02:00
SuspiciousStewEffectsComponent.cs Formatted the code and removed logs from Auto Attack 2026-06-04 11:42:41 +02:00
ToolComponent.cs Formatted the code and removed logs from Auto Attack 2026-06-04 11:42:41 +02:00
TrimComponent.cs Formatted the code and removed logs from Auto Attack 2026-06-04 11:42:41 +02:00
UnbreakableComponent.cs Fix structured components: audit fixes, codec helpers, and serialize implementations 2026-06-11 21:33:48 +02:00
WritableBookContentComponent.cs Fix structured components: audit fixes, codec helpers, and serialize implementations 2026-06-11 21:33:48 +02:00
WrittenBookContentComponent.cs Fix structured components: audit fixes, codec helpers, and serialize implementations 2026-06-11 21:33:48 +02:00