mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2026-08-15 13:04:36 +00:00
- 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 |
||
|---|---|---|
| .. | ||
| DynamicRun/Builder | ||
| AssemblyResolver.cs | ||
| BotMovementLock.cs | ||
| ChatBot.cs | ||
| CSharpRunner.cs | ||
| MccGameApi.cs | ||
| MccGameCommon.cs | ||
| MccGameModels.cs | ||
| MccGameResult.cs | ||
| MccObservedState.cs | ||