summaryrefslogtreecommitdiffstats
path: root/nms-patches/IInventory.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nms-patches/IInventory.patch')
-rw-r--r--nms-patches/IInventory.patch4
1 files changed, 3 insertions, 1 deletions
diff --git a/nms-patches/IInventory.patch b/nms-patches/IInventory.patch
index 9b2c12b2..548011fa 100644
--- a/nms-patches/IInventory.patch
+++ b/nms-patches/IInventory.patch
@@ -8,7 +8,7 @@
public interface IInventory extends INamableTileEntity {
int getSize();
-@@ -31,4 +33,20 @@
+@@ -31,4 +33,22 @@
int g();
void l();
@@ -26,6 +26,8 @@
+
+ void setMaxStackSize(int size);
+
++ org.bukkit.Location getLocation();
++
+ int MAX_STACK = 64;
+ // CraftBukkit end
}