Minecraft-Console-Client/MinecraftClient/Protocol/Handlers
Рома Данилов d120001d70
Add Entity.Name & /inventory 0 creative <slot> <itemtype> <count> (#1024)
* Update Program.cs

* Update Entity.cs

Add Entity.Name

* Update Program.cs
* Update Entity.cs

Add break;

* Update Entity.cs

* Update Inventory.cs

Add /inventory 0 creative <slot> <item> <count>

* Update PacketOutgoingType.cs

+ CreativeInventoryAction

* Update Protocol16.cs

+ SendCreativeInventorAction

* Update Protocol18.cs

+ SendCreativeInventorAction

* Update IMinecraftCom.cs

+ SendCreativeInventorAction

* Update McTcpClient.cs

+ DoCreativeInventorAction

* Update ChatBot.cs

+ CreativeInventorAction

* Update McTcpClient.cs
* Update ChatBot.cs
* Update Inventory.cs

Add show count

* Update ChatBot.cs

+ ChatBot fix

* Update Inventory.cs

Inventory update and Fix

* Update Entity.cs
* Update McTcpClient.cs
* Update Program.cs
* Update Protocol16.cs
* Update Protocol18.cs
* Update IMinecraftCom.cs
* Update Entity.cs
2020-05-25 21:16:53 +02:00
..
Compression Add support for MC 1.8 protocol 2014-09-04 13:58:49 +02:00
Forge Only add \0FML\0 to the IP if forgeinfo is not null (+ whitespace fixes) 2015-10-24 22:56:35 -07:00
DataTypes.cs Fix empty NBT not getting handled correctly 2020-05-25 20:05:14 +02:00
PacketIncomingType.cs Add AutoEat 2020-04-09 20:50:34 +02:00
PacketOutgoingType.cs Add Entity.Name & /inventory 0 creative <slot> <itemtype> <count> (#1024) 2020-05-25 21:16:53 +02:00
Protocol16.cs Add Entity.Name & /inventory 0 creative <slot> <itemtype> <count> (#1024) 2020-05-25 21:16:53 +02:00
Protocol18.cs Add Entity.Name & /inventory 0 creative <slot> <itemtype> <count> (#1024) 2020-05-25 21:16:53 +02:00
Protocol18Forge.cs Replace List to Queue 2020-05-24 14:47:40 +02:00
Protocol18PacketTypes.cs Implement entity types (#1001) 2020-05-24 18:21:22 +02:00
Protocol18Terrain.cs Replace List to Queue 2020-05-24 14:47:40 +02:00
SocketWrapper.cs Split Protocol18 protocol into several classes 2019-04-29 22:30:43 +02:00
ZlibUtils.cs Fix packet compression 2017-09-09 17:07:26 +02:00