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.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/nms-patches/IInventory.patch b/nms-patches/IInventory.patch
index 548011fa..16aa68e4 100644
--- a/nms-patches/IInventory.patch
+++ b/nms-patches/IInventory.patch
@@ -1,14 +1,14 @@
--- a/net/minecraft/server/IInventory.java
+++ b/net/minecraft/server/IInventory.java
-@@ -1,5 +1,7 @@
+@@ -1,6 +1,7 @@
package net.minecraft.server;
+ import javax.annotation.Nullable;
+import org.bukkit.craftbukkit.entity.CraftHumanEntity; // CraftBukkit
-+
+
public interface IInventory extends INamableTileEntity {
- int getSize();
-@@ -31,4 +33,22 @@
+@@ -36,4 +37,22 @@
int g();
void l();