summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/bukkit/block/Chest.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/org/bukkit/block/Chest.java')
-rw-r--r--src/main/java/org/bukkit/block/Chest.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/java/org/bukkit/block/Chest.java b/src/main/java/org/bukkit/block/Chest.java
index 2d940e56..8f6e961b 100644
--- a/src/main/java/org/bukkit/block/Chest.java
+++ b/src/main/java/org/bukkit/block/Chest.java
@@ -6,6 +6,7 @@ import org.bukkit.inventory.Inventory;
* Represents a chest.
*/
public interface Chest extends BlockState, ContainerBlock {
+
/**
* Returns the chest's inventory. If this is a double chest, it returns just
* the portion of the inventory linked to this half of the chest.