Minecraft-Console-Client/MinecraftClient/Inventory
ORelio bd85c46663 Implement entity types (#1001)
Implement palette generation and investigate palette changes between
versions. Turns out 1.13- has legacy IDs, 1.14 switches to entity
palette and 1.15 refreshes the whole palette just to insert Bee.

Also refactor entity handling code here and there.
2020-05-24 18:21:22 +02:00
..
Container.cs Add code documentation for inventories 2020-03-28 15:01:08 +01:00
ContainerType.cs Add inventory type convert 2020-03-27 13:10:37 +01:00
Item.cs Remove IsFood method from Item class 2020-04-09 20:50:34 +02:00
ItemType.cs Implement item types 2020-03-28 23:30:42 +01:00
ItemTypeExtensions.cs Remove IsFood method from Item class 2020-04-09 20:50:34 +02:00
ItemTypeGenerator.cs Implement entity types (#1001) 2020-05-24 18:21:22 +02:00
WindowActionType.cs Add drop item for inventory 2020-05-24 14:44:33 +02:00