Minecraft-Console-Client/MinecraftClient/Pathing/Moves/Impl
BruceChen 77c5f88168 feat: add /goto command with A* pathfinder integration and MoveFall
- Add MoveFall move for straight-down falls beyond MoveDescend range
- Register MoveFall in default move set
- Create /goto command using new A* pathfinder
- Add MoveToAStar() method to McClient bridging A* results to existing
  path execution system (Queue<Location> + UpdatePathfindingInput)
- Add translation entries for goto command

Made-with: Cursor
2026-04-12 18:43:32 +00:00
..
MoveAscend.cs feat: add Phase 1 core pathfinding architecture 2026-04-12 18:43:32 +00:00
MoveClimb.cs feat: add Phase 1 core pathfinding architecture 2026-04-12 18:43:32 +00:00
MoveDescend.cs feat: add Phase 1 core pathfinding architecture 2026-04-12 18:43:32 +00:00
MoveDiagonal.cs feat: add Phase 1 core pathfinding architecture 2026-04-12 18:43:32 +00:00
MoveFall.cs feat: add /goto command with A* pathfinder integration and MoveFall 2026-04-12 18:43:32 +00:00
MoveTraverse.cs feat: add Phase 1 core pathfinding architecture 2026-04-12 18:43:32 +00:00