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 */ }pub type SharedBlockEntity = Arc<dyn BlockEntity>;A stable shared block entity without a whole-object mutex.
pub struct SharedBlockEntity { /* private fields */ }