Trait azalea::pathfinder::PathfinderClientExt

source ·
pub trait PathfinderClientExt {
    // Required methods
    fn goto(&self, goal: impl Goal + Send + Sync + 'static);
    fn goto_without_mining(&self, goal: impl Goal + Send + Sync + 'static);
    fn stop_pathfinding(&self);
}

Required Methods§

source

fn goto(&self, goal: impl Goal + Send + Sync + 'static)

source

fn goto_without_mining(&self, goal: impl Goal + Send + Sync + 'static)

source

fn stop_pathfinding(&self)

Object Safety§

This trait is not object safe.

Implementors§