mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-28 23:38:25 +01:00
Inventory#close
This commit is contained in:
parent
8ee512d806
commit
07e76ccd5b
1 changed files with 9 additions and 0 deletions
|
@ -355,6 +355,15 @@ public interface Inventory extends Iterable<ItemStack> {
|
||||||
*/
|
*/
|
||||||
public void clear();
|
public void clear();
|
||||||
|
|
||||||
|
// Paper start
|
||||||
|
/**
|
||||||
|
* Closes the inventory for all viewers.
|
||||||
|
*
|
||||||
|
* @return the number of viewers the inventory was closed for
|
||||||
|
*/
|
||||||
|
public int close();
|
||||||
|
// Paper end
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Gets a list of players viewing the inventory. Note that a player is
|
* Gets a list of players viewing the inventory. Note that a player is
|
||||||
* considered to be viewing their own inventory and internal crafting
|
* considered to be viewing their own inventory and internal crafting
|
||||||
|
|
Loading…
Reference in a new issue