NbtArray<T> constructor

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

Creates a base NbtArray with parent and nbtTagType.

Implementation

NbtArray(String name, NbtTagType nbtTagType) : super(name, nbtTagType);