Welcome to Amulet NBT’s documentation!
Contents:
- Getting Started Guide
- API Reference
amulet_nbt.ByteTagclassamulet_nbt.ShortTagclassamulet_nbt.IntTagclassamulet_nbt.LongTagclassamulet_nbt.FloatTagclassamulet_nbt.DoubleTagclassamulet_nbt.StringTagclassamulet_nbt.ListTagclassListTagListTag.__init__()ListTag.append()ListTag.clear()ListTag.copy()ListTag.count()ListTag.create()ListTag.extend()ListTag.get_byte()ListTag.get_byte_array()ListTag.get_compound()ListTag.get_double()ListTag.get_float()ListTag.get_int()ListTag.get_int_array()ListTag.get_list()ListTag.get_long()ListTag.get_long_array()ListTag.get_short()ListTag.get_string()ListTag.index()ListTag.insert()ListTag.list_data_typeListTag.pop()ListTag.py_dataListTag.py_listListTag.remove()ListTag.reverse()ListTag.save_to()ListTag.tag_idListTag.to_nbt()ListTag.to_snbt()ListTag.value
amulet_nbt.CompoundTagclassCompoundTagCompoundTag.__init__()CompoundTag.clear()CompoundTag.copy()CompoundTag.create()CompoundTag.fromkeys()CompoundTag.get()CompoundTag.get_byte()CompoundTag.get_byte_array()CompoundTag.get_compound()CompoundTag.get_double()CompoundTag.get_float()CompoundTag.get_int()CompoundTag.get_int_array()CompoundTag.get_list()CompoundTag.get_long()CompoundTag.get_long_array()CompoundTag.get_short()CompoundTag.get_string()CompoundTag.items()CompoundTag.keys()CompoundTag.pop()CompoundTag.popitem()CompoundTag.py_dataCompoundTag.py_dictCompoundTag.save_to()CompoundTag.setdefault()CompoundTag.setdefault_byte()CompoundTag.setdefault_byte_array()CompoundTag.setdefault_compound()CompoundTag.setdefault_double()CompoundTag.setdefault_float()CompoundTag.setdefault_int()CompoundTag.setdefault_int_array()CompoundTag.setdefault_list()CompoundTag.setdefault_long()CompoundTag.setdefault_long_array()CompoundTag.setdefault_short()CompoundTag.setdefault_string()CompoundTag.tag_idCompoundTag.to_nbt()CompoundTag.to_snbt()CompoundTag.update()CompoundTag.valueCompoundTag.values()
amulet_nbt.ByteArrayTagclassamulet_nbt.IntArrayTagclassamulet_nbt.LongArrayTagclassamulet_nbt.NamedTagclassNamedTagNamedTag.__init__()NamedTag.byteNamedTag.byte_arrayNamedTag.compoundNamedTag.doubleNamedTag.floatNamedTag.get()NamedTag.intNamedTag.int_arrayNamedTag.items()NamedTag.keys()NamedTag.listNamedTag.longNamedTag.long_arrayNamedTag.nameNamedTag.pop()NamedTag.save_to()NamedTag.shortNamedTag.stringNamedTag.tagNamedTag.to_nbt()NamedTag.to_snbt()NamedTag.valueNamedTag.values()
- load nbt
- Abstract Base Classes
- Exceptions
- String Encoding