Minecraft-Console-Client/MinecraftClient
ReinforceZwei 2c8ec4aa4a
Implemented entity metadata to keep track of entity health (#1205)
* Implement entity metadata protocol handling
* Add health information for entity
* Make AutoAttack check entity health
* LivingEntity: Default health is 1.0 as per https://wiki.vg/Entity_metadata#Living_Entity
* Fix entity metadata for lower MC versions
* Fix commit  888297d (1.0f instead of 1.0)
* Add OnEntityHealth ChatBot event (Remove protocol-dependant stuff from McClient (undo part of 85c32b9))
* Remove OnEntityMetadata in favor of OnEntityHealth
Co-authored-by: ORelio <ORelio@users.noreply.github.com>
2020-08-15 15:32:46 +02:00
..
ChatBots Implemented entity metadata to keep track of entity health (#1205) 2020-08-15 15:32:46 +02:00
Commands Add help information for inventory command (#1170) 2020-08-03 14:13:07 +02:00
config Update VkMessager.cs (#1203) 2020-08-14 20:43:59 +02:00
Crypto fix some doc strings 2019-10-03 09:48:40 +02:00
Inventory Implement inventory mouse item dragging (#1208) 2020-08-15 14:17:18 +02:00
Mapping Implemented entity metadata to keep track of entity health (#1205) 2020-08-15 15:32:46 +02:00
Properties Fix dev build numbering, add update notes 2019-04-28 15:58:10 +02:00
Protocol Implemented entity metadata to keep track of entity health (#1205) 2020-08-15 15:32:46 +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 Player head icon fixes (#1049) 2020-06-09 23:31:37 +02: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 Implemented entity metadata to keep track of entity health (#1205) 2020-08-15 15:32:46 +02:00
Command.cs Rename McTcpClient to McClient for clarity 2020-06-20 15:01:17 +02:00
ConsoleIO.cs Strip Minecraft Color Codes (§) in BasicIO-NoColor mode (#995) 2020-05-14 19:36:56 +02:00
CSharpRunner.cs Allow DLLs in scripts, Update VKAPI (#1158) 2020-08-01 13:02:58 +02:00
FileMonitor.cs Fix FileMonitor.WriteAllLinesWithRetries (#1186) 2020-08-08 14:08:12 +02:00
INIFile.cs Use FileMonitor to synchronize Mailer bot (#1108) (v2) 2020-08-07 11:58:44 +02:00
Json.cs Fix \n Json decoding and allow line breaks in chat 2017-06-07 20:52:08 +02:00
McClient.cs Implemented entity metadata to keep track of entity health (#1205) 2020-08-15 15:32:46 +02:00
MinecraftClient.csproj Add entity handling for 1.10 to 1.12.2 (#1195) 2020-08-11 13:44:18 +02:00
MinecraftClient.csproj.user Add GetShort() method in dataTypes 2020-03-27 13:10:37 +01:00
Program.cs Add color test in debug mode (#1187) 2020-08-09 18:38:24 +02:00
Settings.cs Mailer: Fix case insensitivity for recipient (#1176) 2020-08-04 18:18:30 +02:00