NbtArray<T> constructor
NbtArray<T> (
- String name,
- NbtTagType nbtTagType
Creates a base NbtArray with parent and nbtTagType
.
Implementation
NbtArray(super.name, super.nbtTagType);