Spigot überprüfen, ob der Inventar leer ist
public static boolean checkIfEmpty(Inventory inventory) {
return inventory.firstEmpty() == 0;
}
Repulsive Reindeer
public static boolean checkIfEmpty(Inventory inventory) {
return inventory.firstEmpty() == 0;
}