Skip to main content

parse_snbt_compound

Function parse_snbt_compound 

Source
pub fn parse_snbt_compound(input: &str) -> Result<NbtCompound, SnbtError>
Expand description

Parses one complete SNBT compound.

ยงErrors

Returns an error when the input is not a valid SNBT compound or has trailing data.