NbtTag constructor

NbtTag(
  1. String name,
  2. NbtTagType _nbtTagType
)

Create a basic NbtTag with given nbtTagType. This shouldn't be used directly and please refer to implementations for all other nbt tags.

Implementation

NbtTag(this.name, this._nbtTagType);