Minecraft-Console-Client/MinecraftClient/Protocol
oldkingOK e569ffe0cc fix: IndexOutOfRange on packet reading (Forge)
Add two missing forge Command Packet Parsers, which won't affect the vanilla parsers.
The ids of the two Command Packet Parsers `forge:enum` and `forge:modid` [Forge once added in order](19f8d2a793/src/main/java/net/minecraftforge/common/ForgeMod.java (L175)) are the maximum value of the Vanilla Parser id plus 1 or plus 2. `forge:enum` has a [String Type argument](https://wiki.vg/Command_Data#forge:enum).
The specific id is from [wiki.vg](https://wiki.vg/Command_Data) or Forge-generated minecraft source code.
2024-02-20 15:37:57 +08:00
..
Handlers fix: IndexOutOfRange on packet reading (Forge) 2024-02-20 15:37:57 +08:00
Message Fix message marker mixed with actual message body 2023-03-25 16:42:28 +08:00
ProfileKey Removed debug log for keys 2024-01-29 15:46:42 +01:00
Session refactored session checks for better readability 2023-12-02 13:15:46 +02:00
DataTypeGenerator.cs Fix xxx.Parse 2022-10-04 11:53:07 +08:00
EntityActionType.cs [SKIP_BUILD] Change file encoding to UTF-8 with BOM 2022-11-28 13:55:05 +08:00
GuidExtensions.cs Fix all warnings & Trim (#2226) 2022-10-02 18:31:08 +08:00
IMinecraftCom.cs Fully Implemented 1.20 2023-06-08 19:27:28 +02:00
IMinecraftComHandler.cs Implemented TabListHeaderAndFooter packet 2023-11-20 18:08:09 +01:00
JwtPayloadDecode.cs Fix all warnings & Trim (#2226) 2022-10-02 18:31:08 +08:00
MicrosoftAuthentication.cs Refactoring Settings.cs 2022-10-05 15:02:30 +08:00
MojangAPI.cs Implement command completion suggestions. 2022-12-06 15:50:17 +08:00
PlayerInfo.cs Trim 2023-01-14 21:07:09 +08:00
ProtocolHandler.cs Login with yggdrasil server 'hitmc.cc' will get 2024-01-10 11:00:04 +08:00
ProxiedWebRequest.cs Tooltip support & Bug fix 2022-12-11 13:00:19 +08:00
ReplayHandler.cs Added Configuration Packets mapping 2024-01-29 15:39:39 +01:00