parent property

NbtTag? parent
getter/setter pair

The parent of this tag. Can only be null for the root NbtCompound.

Implementation

NbtTag? parent;