Minecraft-Console-Client/MinecraftClient/Inventory
ORelio 1ce7850193 MC 1.17/1.18 Terrain/Entity/Inventory (#1943)
Merge branch 'master' of github.com:milutinke/Minecraft-Console-Client into milutinke-master

Manually fix merge conflicts
Additional changes:
 - WindowItems: Fix data type for "elements" below 1.17
 - DestroyEntities: Fix packet palettes and remove DestroyEntity
 - EntityMetadata: Throw exception if health field mapping is not updated

Co-authored-by: Milutinke <bgteam@live.com>
Co-authored-by: BruceChen <MrChen131217@gmail.com>
2022-08-19 16:35:55 +02:00
..
ItemPalettes Added Entity, Item and Block palletes for 1.17/1 and 1.18/1. Added pallete generators as a command line option. Fixed a minor warning with AttackBot 2022-02-13 01:10:10 +01:00
Container.cs Implemented "Click Window" for 1.18 (now sending the new required fields), formated few files with Visual Studio formatting. PS: left debug for people to see, I'll remove it once everything is working 2022-07-01 18:59:58 +02:00
ContainerType.cs Add inventory type convert 2020-03-27 13:10:37 +01:00
ContainerTypeExtensions.cs Add support for inventory layout as ASCII art (#906) 2021-05-29 15:21:38 +02:00
Effects.cs ChatBot API: OnScoreboardObjective, OnEntityEffect, OnUpdateScore, EntityInteract, Hand list (#1097) 2020-07-04 10:45:51 +02:00
Hand.cs ChatBot API: OnScoreboardObjective, OnEntityEffect, OnUpdateScore, EntityInteract, Hand list (#1097) 2020-07-04 10:45:51 +02:00
Item.cs Basic support for minecraft 1.19 (#2084) 2022-08-15 17:55:44 +02:00
ItemMovingHelper.cs Add item moving helper class (#1243) 2020-08-29 17:53:29 +02:00
ItemType.cs Fixed requested changes in the review. Except: Container (TODO) 2022-06-28 13:45:23 +02:00
ItemTypeExtensions.cs Added Entity, Item and Block palletes for 1.17/1 and 1.18/1. Added pallete generators as a command line option. Fixed a minor warning with AttackBot 2022-02-13 01:10:10 +01:00
VillagerInfo.cs Adds support for villager trading (#1316) 2020-11-08 23:39:07 +01:00
VillagerTrade.cs Adds support for villager trading (#1316) 2020-11-08 23:39:07 +01:00
WindowActionType.cs Improve WindowActionType doc (#1208) 2020-08-15 21:32:30 +02:00