pub fn nbt_list_values(list: &NbtList) -> Vec<NbtTag>Expand description
Returns the semantic values of a Vanilla list.
Vanilla 26.2 permits heterogeneous lists and wraps non-compound elements when serializing them through the homogeneous binary NBT format.