Spigot Verifique se o inventário está vazio

public static boolean checkIfEmpty(Inventory inventory) {
  return inventory.firstEmpty() == 0;
}
Repulsive Reindeer