Minecraft-Console-Client/MinecraftClient/Protocol/Message
copilot-swe-agent[bot] 446c6e7739 refactor: convert redundant new TypeName() to target-typed new()
Replace explicit constructor calls with target-typed new() expressions
where the type is already specified on the left side of the assignment.
This is a C# 9+ feature that reduces redundancy.

Files changed:
- Container.cs: field assignments in constructors
- EntityPalette18/112/113.cs: static field initializers
- ChatParser.cs: StringBuilder local variable
- Movement.cs: field assignments in constructor
- PacketPalette18.cs: field initializers
- EnchantmentMapping.cs: field reassignments

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-03-24 00:37:35 +00:00
..
ChatMessage.cs Fix message marker mixed with actual message body 2023-03-25 16:42:28 +08:00
ChatParser.cs refactor: convert redundant new TypeName() to target-typed new() 2026-03-24 00:37:35 +00:00
LastSeenMessageList.cs Trim 2023-01-14 21:07:09 +08:00