//! Component for storing slots of virtual (non-block-backed) containers.
use crateComponent;
/// Holds the slot contents of a virtual container window.
///
/// Set on a player entity when they open a virtual container (GUI menu
/// with no backing block). Removed on CloseWindow. For block-backed
/// containers, slots live in the block entity instead.