Skip to main content

CompoundList

Type Alias CompoundList 

Source
pub type CompoundList<'a> = NbtList<Compound<'a>>;
Expand description

A TAG_List of TAG_Compound.

Aliased Typeยง

pub struct CompoundList<'a> { /* private fields */ }