Minecraft-Console-Client/MinecraftClient/Scripting
BruceChen 8ece75acc3 feat: complete Phase 4 McClient integration for A* pathfinding
- Fix MoveHelper.IsOpenGate: MangroveWood -> MangroveFenceGate
- Fix ResetStateForTransfer to cancel and clear pathSegmentManager
- Fix GetCurrentMovementGoal to return correct goal during A* navigation
- Fix SetMovementSpeed(Sneak) speed value consistency (2 -> 1)
- Migrate /pathfind command to use MoveToAStar + PathSegmentManager
- Add NavigateToGoal(IGoal) to McClient for flexible goal navigation
- Refactor MoveToAStar to delegate to NavigateToGoal
- Add ChatBot API: NavigateTo, CancelMovement, GetCurrentMovementGoal
- Expose PathSegmentManager.Goal property for external goal inspection

Made-with: Cursor
2026-04-12 18:43:32 +00:00
..
DynamicRun/Builder Fix Roslyn compiler references for WebSocket/HttpListener and fix MCCScript using directive semicolons 2026-03-25 14:32:39 +00:00
AssemblyResolver.cs Implement command completion suggestions. 2022-12-06 15:50:17 +08:00
BotMovementLock.cs Added slab handling for 1.20/.1 2023-06-23 16:25:18 +02:00
ChatBot.cs feat: complete Phase 4 McClient integration for A* pathfinding 2026-04-12 18:43:32 +00:00
CSharpRunner.cs Refactored to share the new utilities between the MCP and the Chat Bot API 2026-04-03 19:06:43 +02:00
MccGameApi.cs Fix warnings 2026-04-06 20:36:12 +08:00
MccGameCommon.cs Refactored to share the new utilities between the MCP and the Chat Bot API 2026-04-03 19:06:43 +02:00
MccGameModels.cs Refactored to share the new utilities between the MCP and the Chat Bot API 2026-04-03 19:06:43 +02:00
MccGameResult.cs Refactored to share the new utilities between the MCP and the Chat Bot API 2026-04-03 19:06:43 +02:00
MccObservedState.cs Refactored to share the new utilities between the MCP and the Chat Bot API 2026-04-03 19:06:43 +02:00