Trait azalea::container::ContainerClientExt

source ·
pub trait ContainerClientExt {
    // Required methods
    fn open_container_at(
        &mut self,
        pos: BlockPos
    ) -> impl Future<Output = Option<ContainerHandle>> + Send;
    fn open_inventory(&mut self) -> Option<ContainerHandle>;
    fn get_open_container(&self) -> Option<ContainerHandleRef>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§