Minecraft-Console-Client/MinecraftClient/Mapping
ORelio b0c8f82697 Add simple movements with /move command
- Determine if we can move to the specified direction
 - Add moving ability to the specified direction
 - Add /move command for triggering moves
 - Add move decomp. into steps (more natural)
 - Add pathfinding routines (still WIP)
 - SO YES YOU CAN NOW WALK USING MCC!!!
2015-12-12 16:48:38 +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
Direction.cs Add simple movements with /move command 2015-12-12 16:48:38 +01:00
Location.cs Add simple movements with /move command 2015-12-12 16:48:38 +01:00
Material.cs Add simple movements with /move command 2015-12-12 16:48:38 +01:00
Movement.cs Add simple movements with /move command 2015-12-12 16:48:38 +01:00
World.cs Add block material database 2015-12-09 23:04:00 +01:00