Creates a NbtLong with given parent.
NbtLong({required String name, required int value}) : _value = value, super(name, NbtTagType.TAG_LONG);