pub type Compound = HashMap<String, Tag>;
Available on crate feature
nbt
only.Expand description
Represents a NBT Compound,
implements serde::Serialize
and serde::Deserialize
Aliased Type§
pub struct Compound { /* private fields */ }