Spigot Sprawdź, czy zapasy jest puste

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