Welcome to Amulet NBT’s documentation!

Contents:

digraph inheritance7eeb21c776 { bgcolor=transparent; rankdir=TB; size="8.0, 12.0"; "AbstractBase" [fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",tooltip="Abstract Base class for all Tags and the NamedTag"]; "AbstractBaseArrayTag" [URL="../api_reference/abc.html#amulet_nbt.AbstractBaseArrayTag",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top"]; "AbstractBaseMutableTag" -> "AbstractBaseArrayTag" [arrowsize=0.5,style="setlinewidth(0.5)"]; "AbstractBaseFloatTag" [URL="../api_reference/abc.html#amulet_nbt.AbstractBaseFloatTag",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="Abstract Base Class for all float Tag classes"]; "AbstractBaseNumericTag" -> "AbstractBaseFloatTag" [arrowsize=0.5,style="setlinewidth(0.5)"]; "AbstractBaseImmutableTag" [URL="../api_reference/abc.html#amulet_nbt.AbstractBaseImmutableTag",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="Abstract Base Class for all immutable Tag classes"]; "AbstractBaseTag" -> "AbstractBaseImmutableTag" [arrowsize=0.5,style="setlinewidth(0.5)"]; "AbstractBaseIntTag" [URL="../api_reference/abc.html#amulet_nbt.AbstractBaseIntTag",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="Abstract Base Class for all int Tag classes"]; "AbstractBaseNumericTag" -> "AbstractBaseIntTag" [arrowsize=0.5,style="setlinewidth(0.5)"]; "AbstractBaseMutableTag" [URL="../api_reference/abc.html#amulet_nbt.AbstractBaseMutableTag",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="Abstract Base Class for all mutable Tag classes"]; "AbstractBaseTag" -> "AbstractBaseMutableTag" [arrowsize=0.5,style="setlinewidth(0.5)"]; "AbstractBaseNumericTag" [URL="../api_reference/abc.html#amulet_nbt.AbstractBaseNumericTag",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="Abstract Base Class for all numeric Tag classes"]; "AbstractBaseImmutableTag" -> "AbstractBaseNumericTag" [arrowsize=0.5,style="setlinewidth(0.5)"]; "AbstractBaseTag" [URL="../api_reference/abc.html#amulet_nbt.AbstractBaseTag",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="Abstract Base Class for all Tag classes"]; "AbstractBase" -> "AbstractBaseTag" [arrowsize=0.5,style="setlinewidth(0.5)"]; "ByteArrayTag" [URL="../api_reference/ByteArrayTag.html#amulet_nbt.ByteArrayTag",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="This class behaves like an 1D Numpy signed integer array with each value stored in a byte."]; "AbstractBaseArrayTag" -> "ByteArrayTag" [arrowsize=0.5,style="setlinewidth(0.5)"]; "ByteTag" [URL="../api_reference/ByteTag.html#amulet_nbt.ByteTag",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="A 1 byte integer class."]; "AbstractBaseIntTag" -> "ByteTag" [arrowsize=0.5,style="setlinewidth(0.5)"]; "CompoundTag" [URL="../api_reference/CompoundTag.html#amulet_nbt.CompoundTag",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top"]; "CyCompoundTag" -> "CompoundTag" [arrowsize=0.5,style="setlinewidth(0.5)"]; "MutableMapping" -> "CompoundTag" [arrowsize=0.5,style="setlinewidth(0.5)"]; "CyCompoundTag" [fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",tooltip="This class behaves like a python dictionary."]; "AbstractBaseMutableTag" -> "CyCompoundTag" [arrowsize=0.5,style="setlinewidth(0.5)"]; "CyListTag" [fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",tooltip="This class behaves like a python list."]; "AbstractBaseMutableTag" -> "CyListTag" [arrowsize=0.5,style="setlinewidth(0.5)"]; "DoubleTag" [URL="../api_reference/DoubleTag.html#amulet_nbt.DoubleTag",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="A double precision float class."]; "AbstractBaseFloatTag" -> "DoubleTag" [arrowsize=0.5,style="setlinewidth(0.5)"]; "FloatTag" [URL="../api_reference/FloatTag.html#amulet_nbt.FloatTag",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="A single precision float class."]; "AbstractBaseFloatTag" -> "FloatTag" [arrowsize=0.5,style="setlinewidth(0.5)"]; "IntArrayTag" [URL="../api_reference/IntArrayTag.html#amulet_nbt.IntArrayTag",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="This class behaves like an 1D Numpy signed integer array with each value stored in a int."]; "AbstractBaseArrayTag" -> "IntArrayTag" [arrowsize=0.5,style="setlinewidth(0.5)"]; "IntTag" [URL="../api_reference/IntTag.html#amulet_nbt.IntTag",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="A 4 byte integer class."]; "AbstractBaseIntTag" -> "IntTag" [arrowsize=0.5,style="setlinewidth(0.5)"]; "ListTag" [URL="../api_reference/ListTag.html#amulet_nbt.ListTag",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top"]; "CyListTag" -> "ListTag" [arrowsize=0.5,style="setlinewidth(0.5)"]; "MutableSequence" -> "ListTag" [arrowsize=0.5,style="setlinewidth(0.5)"]; "LongArrayTag" [URL="../api_reference/LongArrayTag.html#amulet_nbt.LongArrayTag",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="This class behaves like an 1D Numpy signed integer array with each value stored in a long."]; "AbstractBaseArrayTag" -> "LongArrayTag" [arrowsize=0.5,style="setlinewidth(0.5)"]; "LongTag" [URL="../api_reference/LongTag.html#amulet_nbt.LongTag",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="An 8 byte integer class."]; "AbstractBaseIntTag" -> "LongTag" [arrowsize=0.5,style="setlinewidth(0.5)"]; "MutableMapping" [fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled"]; "MutableSequence" [fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled"]; "ShortTag" [URL="../api_reference/ShortTag.html#amulet_nbt.ShortTag",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="A 2 byte integer class."]; "AbstractBaseIntTag" -> "ShortTag" [arrowsize=0.5,style="setlinewidth(0.5)"]; "StringTag" [URL="../api_reference/StringTag.html#amulet_nbt.StringTag",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="A class that behaves like a string."]; "AbstractBaseImmutableTag" -> "StringTag" [arrowsize=0.5,style="setlinewidth(0.5)"]; }

Indices and tables