Minecraft-Console-Client/MinecraftClient/Mapping
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
..
BlockPalettes Implement entity types (#1001) 2020-05-24 18:21:22 +02:00
EntityPalettes Implement entity types (#1001) 2020-05-24 18:21:22 +02:00
Block.cs Implement entity types (#1001) 2020-05-24 18:21:22 +02:00
Chunk.cs Terrain: Fix coordinate parsing (negative coords) 2015-12-08 00:34:40 +01:00
ChunkColumn.cs Fix index out of bound when height < 0 or > 255 2016-07-22 23:47:36 +02:00
Direction.cs Add simple movements with /move command 2015-12-12 16:48:38 +01:00
Entity.cs Implement entity types (#1001) 2020-05-24 18:21:22 +02:00
EntityType.cs Implement entity types (#1001) 2020-05-24 18:21:22 +02:00
EntityTypeExtensions.cs Implement entity types (#1001) 2020-05-24 18:21:22 +02:00
Location.cs MC 1.14 Basic/Chat support (#703) 2019-04-29 00:26:32 +02:00
Material.cs Implement item types 2020-03-28 23:30:42 +01:00
MaterialExtensions.cs Add support for Minecraft 1.15 2019-12-14 14:22:24 +01:00
Movement.cs Implement more realisic fall to ground 2017-03-10 23:40:02 +01:00
World.cs Enable/Disable TerrainAndMovements while logged in 2019-04-28 21:32:03 +02:00