Minecraft-Console-Client/MinecraftClient/Protocol
ORelio d2cbc9f1c3 Split Protocol18 protocol into several classes
- Protocol18: Handles Vanilla packets
 - Protocol18Forge: Handles Forge packets
 - DataTypes: Handles packet field encoding/decoding
 - SocketWrapper: Handles encryption and basic R/W operations

This commit should not change anything for end users, only devs.
See also #704 for discussions about this.
2019-04-29 22:30:43 +02:00
..
Dns Replace DnDns with HeijdenDns 2017-03-11 15:28:32 +01:00
Handlers Split Protocol18 protocol into several classes 2019-04-29 22:30:43 +02:00
Session Implement file polling for disk session cache 2019-04-17 05:18:19 +02:00
ChatParser.cs https://github.com/ORelio/Minecraft-Console-Client/issues/525: general 1.13 support (v393 protocol). Note that terrainandmovements might cause some issues 2018-10-07 08:27:31 +02:00
IMinecraftCom.cs Look command 2019-04-12 16:25:15 +02:00
IMinecraftComHandler.cs Enable/Disable TerrainAndMovements while logged in 2019-04-28 21:32:03 +02:00
ProtocolHandler.cs MC 1.14 Basic/Chat support (#703) 2019-04-29 00:26:32 +02:00