aboutsummaryrefslogtreecommitdiff
path: root/azalea/src/pathfinder/goals.rs
AgeCommit message (Expand)Author
2026-01-17move PathfinderHeap to a modulemat
2026-01-16pathfinder tweaks, and add a way to enable baritone compat for debuggingmat
2026-01-16minor pathfinder optimizations and api+doc improvementsmat
2026-01-14fix jump penalty not being considered in pathfinder y heuristicmat
2026-01-06deprecate InverseGoalmat
2026-01-05pathfinder fixes and api improvementsmat
2025-10-07several pathfinder fixesmat
2025-09-26don't re-export azalea::bot::*, and some doc improvementsmat
2025-06-16implement EntityHitResultmat
2025-06-11use owned instead of borrowed Vec3 moremat
2025-06-09jump if in water while executing pathfinder pathmat
2025-06-05wait for block to exist when calling open_container_atmat
2025-06-02add BlockPos::center_bottommat
2025-06-03fix issues when pathfinding to non-full blocks and add Client::view_inventorymat
2025-05-09add distance param for ReachBlockPosGoal (#220)x-osc
2025-05-10add StartUseItemEvent and improve code related to interactionsmat
2025-04-15make goto async and clean up some examplesmat
2024-12-28better pathfinder debug messagesmat
2024-11-27Refactor azalea-protocol (#190)mat
2024-11-27replace once_cell with std:;sync::LazyLockmat
2024-11-15Add more derives to the pathfinder goals for flexibility (#183)Shayne Hartford
2023-12-15Add mining to the pathfinder (#122)mat
2023-10-07improve pathfinder path executionmat
2023-10-04improve pathfinder heuristicsmat
2023-10-01organize azalea_core and re-export it from azaleamat
2023-09-30add more pathfinder goalsmat
2023-09-30remove BlockPosGoal::from and Goal::goal_nodemat
2023-08-26simplify pathfindermat
2023-07-15fix brigadier booleansmat