NbtLib2012  0.3.4
A continuation of libnbt project, originally by Erik Davidson (aphistic). A C# library for reading and writing Named Binary Tag (NBT) format files.
 All Classes Namespaces Files Functions Enumerations Properties
LibNbt.NbtCompound Member List

This is the complete list of members for LibNbt.NbtCompound, including all inherited members.

Add([NotNull] NbtTag newTag)LibNbt.NbtCompound
AddRange([NotNull] IEnumerable< NbtTag > newTags)LibNbt.NbtCompound
ByteArrayValueLibNbt.NbtTag
ByteValueLibNbt.NbtTag
Clear()LibNbt.NbtCompound
Contains([NotNull] string tagName)LibNbt.NbtCompound
Contains([NotNull] NbtTag tag)LibNbt.NbtCompound
CopyTo(NbtTag[] array, int arrayIndex)LibNbt.NbtCompound
CountLibNbt.NbtCompound
DoubleValueLibNbt.NbtTag
FloatValueLibNbt.NbtTag
Get< T >([NotNull] string tagName)LibNbt.NbtCompound
GetCanonicalTagName(NbtTagType type)LibNbt.NbtTagstatic
GetEnumerator()LibNbt.NbtCompound
IntArrayValueLibNbt.NbtTag
IntValueLibNbt.NbtTag
LongValueLibNbt.NbtTag
NameLibNbt.NbtTag
NamesLibNbt.NbtCompound
NbtCompound()LibNbt.NbtCompound
NbtCompound([CanBeNull] string tagName)LibNbt.NbtCompound
NbtCompound([NotNull] IEnumerable< NbtTag > tags)LibNbt.NbtCompound
NbtCompound([CanBeNull] string tagName,[NotNull] IEnumerable< NbtTag > tags)LibNbt.NbtCompound
ParentLibNbt.NbtTag
PathLibNbt.NbtTag
Remove([NotNull] string tagName)LibNbt.NbtCompound
Remove([NotNull] NbtTag tag)LibNbt.NbtCompound
RenameTag([NotNull] string oldName,[NotNull] string newName)LibNbt.NbtCompound
ShortValueLibNbt.NbtTag
StringValueLibNbt.NbtTag
tagNameLibNbt.NbtCompound
TagsLibNbt.NbtCompound
TagTypeLibNbt.NbtCompound
this[int tagIndex]LibNbt.NbtTag
this[string tagName]LibNbt.NbtTag
ToArray()LibNbt.NbtCompound
ToNameArray()LibNbt.NbtCompound
ToString()LibNbt.NbtCompound
LibNbt::NbtTag.ToString([NotNull] string indentString)LibNbt.NbtTag