Trait azalea_block::Block

source ·
pub trait Block {
    fn behavior(&self) -> BlockBehavior;
    fn id(&self) -> &'static str;
}

Required Methods

Trait Implementations

Converts to this type from the input type.

Implementors