Exceptions

exception amulet_nbt.NBTError[source]

Some error in the NBT library.

exception amulet_nbt.NBTLoadError[source]

Bases: NBTError

The NBT data failed to load for some reason.

exception amulet_nbt.NBTFormatError[source]

Bases: NBTLoadError

Indicates the NBT format is invalid.

exception amulet_nbt.SNBTParseError(*args, index: int | None = None, **kwargs)[source]

Bases: NBTError

Indicates the SNBT format is invalid.