Creating and opening an inventory with an empty title crashes the client.
To reproduce, simply run the following code:
player.openInventory(Bukkit.createInventory(null, InventoryType.CHEST, "");
The client will crash with the error 'The game crashed whilst rendering screen'.