From 07e76ccd5b8fe0d9a4136ef877faa118ff49f7af Mon Sep 17 00:00:00 2001 From: Jake Potrebic Date: Tue, 11 May 2021 14:54:20 -0700 Subject: [PATCH] Inventory#close --- .../src/main/java/org/bukkit/inventory/Inventory.java | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/paper-api/src/main/java/org/bukkit/inventory/Inventory.java b/paper-api/src/main/java/org/bukkit/inventory/Inventory.java index 129b5ab506..0d519813c1 100644 --- a/paper-api/src/main/java/org/bukkit/inventory/Inventory.java +++ b/paper-api/src/main/java/org/bukkit/inventory/Inventory.java @@ -355,6 +355,15 @@ public interface Inventory extends Iterable { */ 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 * considered to be viewing their own inventory and internal crafting