spawn 2 chest tiles next to eachother and use Player::addWindow() to send the inventory to the player
spawn two times the tile and the block (x - 1 for the second), do checkPair two times too (not sure about this) and then, do addWindow
When Chest ::getInventory is called, the tile automatically checks if there is a pair for it and links to that chest.