Minecraft-Console-Client/MinecraftClient/Commands
Рома Данилов cf9bc4c3d5
Add SendPlaceBlock, PlayerDigging, OnExplosion, OnGamemodeUpdate, OnSetExperience (#1027)
* Update ChatBot.cs

+ PlaceBlock

* Update AutoAttack.cs

+ HitAnimation

* Update PacketIncomingType.cs

+ Explosion,

* Update McTcpClient.cs

+ OnExplosion

* Update ChatBot.cs

+ OnExplosion

* Update IMinecraftComHandler.cs

+ OnExplosion

* Update Protocol18PacketTypes.cs

+ PacketIncomingType.Explosion

* Update ChatBot.cs

+ Fix

* Update AutoAttack.cs

+ Fix

* Update ChatBot.cs

+ Fix

* Update Protocol18PacketTypes.cs

+ Old versions

* Update Protocol18PacketTypes.cs

+ 1.7 - 1.8 Explosion ID

* Update Protocol18PacketTypes.cs

+ Fix

* Update McTcpClient.cs

+ int ExplosionRecordCount

* Update ChatBot.cs

+ recordcount

* Update IMinecraftComHandler.cs

+ ExplosionRecordCount

* Update Protocol18.cs

* Update CSharpRunner.cs

+ using MinecraftClient.Inventory;

* add OnGamemodeUpdate

+ OnGamemodeUpdate

* + OnGamemodeUpdate(playername, uuid, gamemode)

+ OnGamemodeUpdate

* Update Protocol18.cs

* Update IMinecraftComHandler.cs

* Update McTcpClient.cs

Fix

* Update McTcpClient.cs

* Update Protocol18.cs

+ Location explodelocation

* Update McTcpClient.cs

+ Location explode

* Update ChatBot.cs

+ Fix

* Update ChatBot.cs

Remove excess +

* Update Plays animation

* Improve documentation

* ItemType fix

* OnExplosion(Location explod);

* Update PacketIncomingType.cs add SetExperience,

* + Old versions

* Update IMinecraftComHandler.cs

* Update McTcpClient.cs

* Update Protocol18.cs

* add GetLevel & GetTotalExperience

* Fix

* add GetLevel & GetTotalExperience

* OnSetExpience

* Update ChatBot.cs

Fix

* Update McTcpClient.cs

+ bot.OnSetExperience

* Update Protocol18.cs

+ Fix

* Update McTcpClient.cs

+ PlayerDigging

* Update PacketOutgoingType.cs

+ PlayerDigging

* Update Protocol18PacketTypes.cs

+ case PacketOutgoingType.PlayerDigging

* Update Protocol18.cs

+ SendPlayerDigging

* Update IMinecraftCom.cs

+ SendPlayerDigging

* Update McTcpClient.cs

+ PlayerDigging

* Update Protocol16.cs

+ SendPlayerDigging

* Update ChatBot.cs

+ PlayerDigging

* Update ChatBot.cs

+ Fix

* Update McTcpClient.cs

+ Fix

* Update ChatBot.cs

Add WindowAction

* ChatBot.cs Fixes

* Further ChatBot.cs fixes

* Further ChatBot.cs fixes

* Protocol Handler fixes

* Protocol Handler fixes

* IMinecraftCom fixes

* documentation fixes

Co-authored-by: ORelio <oreliogitantispam.l0gin@spamgourmet.com>
2020-05-29 20:18:34 +02:00
..
Animation.cs Improve documentation, fix file encoding (#1026) 2020-05-26 11:20:12 +02:00
ChangeSlot.cs Give access to AutoRespond matches inside scripts 2020-03-27 21:39:06 +01:00
Connect.cs Give access to AutoRespond matches inside scripts 2020-03-27 21:39:06 +01:00
Debug.cs Give access to AutoRespond matches inside scripts 2020-03-27 21:39:06 +01:00
Exit.cs Give access to AutoRespond matches inside scripts 2020-03-27 21:39:06 +01:00
Health.cs Add SendPlaceBlock, PlayerDigging, OnExplosion, OnGamemodeUpdate, OnSetExperience (#1027) 2020-05-29 20:18:34 +02:00
Inventory.cs Code refactoring (related to #1024) 2020-05-25 21:39:24 +02:00
List.cs Give access to AutoRespond matches inside scripts 2020-03-27 21:39:06 +01:00
Log.cs Give access to AutoRespond matches inside scripts 2020-03-27 21:39:06 +01:00
Look.cs Give access to AutoRespond matches inside scripts 2020-03-27 21:39:06 +01:00
Move.cs Give access to AutoRespond matches inside scripts 2020-03-27 21:39:06 +01:00
Reco.cs Give access to AutoRespond matches inside scripts 2020-03-27 21:39:06 +01:00
Respawn.cs Give access to AutoRespond matches inside scripts 2020-03-27 21:39:06 +01:00
Script.cs Give access to AutoRespond matches inside scripts 2020-03-27 21:39:06 +01:00
Send.cs Give access to AutoRespond matches inside scripts 2020-03-27 21:39:06 +01:00
Set.cs Give access to AutoRespond matches inside scripts 2020-03-27 21:39:06 +01:00
Sneak.cs tiny improve of sneak command 2020-05-23 18:07:19 +02:00
UseItem.cs Interact with inventories 2020-03-29 18:41:26 +02:00