Minecraft-Console-Client/MinecraftClient
Рома Данилов 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
..
ChatBots Implement entity types (#1001) 2020-05-24 18:21:22 +02:00
Commands Add Entity.Name & /inventory 0 creative <slot> <itemtype> <count> (#1024) 2020-05-25 21:16:53 +02:00
config Implement pull request #982 2020-05-01 14:02:23 +02:00
Crypto fix some doc strings 2019-10-03 09:48:40 +02:00
Inventory Implement entity types (#1001) 2020-05-24 18:21:22 +02:00
Mapping Add Entity.Name & /inventory 0 creative <slot> <itemtype> <count> (#1024) 2020-05-25 21:16:53 +02:00
Properties Fix dev build numbering, add update notes 2019-04-28 15:58:10 +02:00
Protocol Add Entity.Name & /inventory 0 creative <slot> <itemtype> <count> (#1024) 2020-05-25 21:16:53 +02:00
Proxy Use SocketException when proxy connection fails 2019-04-17 05:59:02 +02:00
Resources Fix Resources folder 2014-05-31 02:01:53 +02:00
WinAPI Fix Windows version detection for UTF-8 console 2018-02-11 15:43:58 +01:00
.gitignore BouncyCastle reference is still there 2013-11-04 18:48:48 +11:00
AutoTimeout.cs Fix BungeeCord 1.8 (2nd attempt) 2015-01-31 11:21:06 +01:00
ChatBot.cs Add Entity.Name & /inventory 0 creative <slot> <itemtype> <count> (#1024) 2020-05-25 21:16:53 +02:00
Command.cs Give access to AutoRespond matches inside scripts 2020-03-27 21:39:06 +01:00
ConsoleIO.cs Strip Minecraft Color Codes (§) in BasicIO-NoColor mode (#995) 2020-05-14 19:36:56 +02:00
CSharpRunner.cs Add build instructions 2020-03-28 00:00:48 +01:00
Json.cs Fix \n Json decoding and allow line breaks in chat 2017-06-07 20:52:08 +02:00
McTcpClient.cs Add Entity.Name & /inventory 0 creative <slot> <itemtype> <count> (#1024) 2020-05-25 21:16:53 +02:00
MinecraftClient.csproj Implement entity types (#1001) 2020-05-24 18:21:22 +02:00
MinecraftClient.csproj.user Add GetShort() method in dataTypes 2020-03-27 13:10:37 +01:00
Program.cs Allow Forge detection with manual MC version (#1004) 2020-05-24 19:53:31 +02:00
Settings.cs Allow Forge detection with manual MC version (#1004) 2020-05-24 19:53:31 +02:00