geforkt von Mirrors/Paper
#540: Add Inventory#isEmpty()
By: Parker Hawke <hawkeboyz2@hotmail.com>
Dieser Commit ist enthalten in:
Ursprung
6a0096dd86
Commit
045fc42649
@ -288,6 +288,14 @@ public interface Inventory extends Iterable<ItemStack> {
|
||||
*/
|
||||
public int firstEmpty();
|
||||
|
||||
/**
|
||||
* Check whether or not this inventory is empty. An inventory is considered
|
||||
* to be empty if there are no ItemStacks in any slot of this inventory.
|
||||
*
|
||||
* @return true if empty, false otherwise
|
||||
*/
|
||||
public boolean isEmpty();
|
||||
|
||||
/**
|
||||
* Removes all stacks in the inventory matching the given material.
|
||||
*
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren