From 81e5a0200a4fe5438ab67c82600f063410d637c0 Mon Sep 17 00:00:00 2001 From: mat Date: Sat, 17 Jan 2026 11:44:04 -1345 Subject: rename PathfinderCtx to MovesCtx --- azalea/examples/testbot/commands/debug.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'azalea/examples') diff --git a/azalea/examples/testbot/commands/debug.rs b/azalea/examples/testbot/commands/debug.rs index ac1f31e9..12f6d362 100644 --- a/azalea/examples/testbot/commands/debug.rs +++ b/azalea/examples/testbot/commands/debug.rs @@ -10,7 +10,7 @@ use azalea::{ packet::game, pathfinder::{ ExecutingPath, Pathfinder, custom_state::CustomPathfinderStateRef, mining::MiningCache, - moves::PathfinderCtx, positions::RelBlockPos, world::CachedWorld, + moves::MovesCtx, positions::RelBlockPos, world::CachedWorld, }, }; use azalea_core::hit_result::HitResult; @@ -205,7 +205,7 @@ pub fn register(commands: &mut CommandDispatcher>) { let custom_state = CustomPathfinderStateRef::default(); azalea::pathfinder::moves::default_move( - &mut PathfinderCtx { + &mut MovesCtx { edges: &mut edges, world: &cached_world, mining_cache: &mining_cache, -- cgit v1.2.3