NbtTag constructor
NbtTag(
- String name,
- 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);