Skip to main content

SharedBlockEntity

Type Alias SharedBlockEntity 

Source
pub type SharedBlockEntity = Arc<dyn BlockEntity>;
Expand description

A stable shared block entity without a whole-object mutex.

Aliased Typeยง

pub struct SharedBlockEntity { /* private fields */ }