NbtCompound<T extends NbtTag> constructor
Create a NbtCompound with given parent.
Implementation
NbtCompound({required super.name, required super.children})
: super(
nbtTagType: NbtTagType.TAG_COMPOUND);