NbtArray<T> constructor

NbtArray<T>(
  1. String name,
  2. NbtTagType nbtTagType
)

Creates a base NbtArray with parent and nbtTagType.

Implementation

NbtArray(super.name, super.nbtTagType);