verificación de espiga si el inventario está vacío

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