Minecraft-Console-Client/MinecraftClient/Mapping
ORelio 49702e30b8 Add block material database
Taken from Bukkit's Material class, with credits.
Allows to know types and properties of blocks.
+ Use database for "is solid" checks
+ Add "can harm players" method
+ Faster movements, falling seems natural now
+ Shorter error message when ping failed
2015-12-09 23:04:00 +01:00
..
Block.cs Add block material database 2015-12-09 23:04:00 +01:00
Chunk.cs Terrain: Fix coordinate parsing (negative coords) 2015-12-08 00:34:40 +01:00
ChunkColumn.cs Add world handling (and fall to ground) 2015-11-30 15:30:49 +01:00
Location.cs Terrain: Fix coordinate parsing (negative coords) 2015-12-08 00:34:40 +01:00
Material.cs Add block material database 2015-12-09 23:04:00 +01:00
World.cs Add block material database 2015-12-09 23:04:00 +01:00