Minecraft-Console-Client/MinecraftClient/Protocol
Рома Данилов 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
..
Dns Replace DnDns with HeijdenDns 2017-03-11 15:28:32 +01:00
Handlers Add Entity.Name & /inventory 0 creative <slot> <itemtype> <count> (#1024) 2020-05-25 21:16:53 +02:00
Session Fix SessionCache.ini (Mojang now uses JWT) 2020-03-01 19:59:35 +01: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
DataTypeGenerator.cs Implement entity types (#1001) 2020-05-24 18:21:22 +02:00
EntityActionType.cs Rename Action to EntityActionType, Apply Rename refactoring. 2020-05-03 11:21:34 -05:00
IMinecraftCom.cs Add Entity.Name & /inventory 0 creative <slot> <itemtype> <count> (#1024) 2020-05-25 21:16:53 +02:00
IMinecraftComHandler.cs Implement entity types (#1001) 2020-05-24 18:21:22 +02:00
ProtocolHandler.cs Fix #1018 (ThreadAbortException) 2020-05-24 19:57:32 +02:00