diff options
Diffstat (limited to 'nms-patches/InventoryEnderChest.patch')
-rw-r--r-- | nms-patches/InventoryEnderChest.patch | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/nms-patches/InventoryEnderChest.patch b/nms-patches/InventoryEnderChest.patch index 43a79138..fedcd39b 100644 --- a/nms-patches/InventoryEnderChest.patch +++ b/nms-patches/InventoryEnderChest.patch @@ -1,6 +1,6 @@ ---- ../work/decompile-8eb82bde//net/minecraft/server/InventoryEnderChest.java 2014-11-28 17:43:43.205707433 +0000 -+++ src/main/java/net/minecraft/server/InventoryEnderChest.java 2014-11-28 17:38:23.000000000 +0000 -@@ -1,8 +1,48 @@ +--- /home/matt/mc-dev-private//net/minecraft/server/InventoryEnderChest.java 2015-02-26 22:40:22.771608137 +0000 ++++ src/main/java/net/minecraft/server/InventoryEnderChest.java 2015-02-26 22:40:22.771608137 +0000 +@@ -1,9 +1,49 @@ package net.minecraft.server; +// CraftBukkit start @@ -12,7 +12,7 @@ public class InventoryEnderChest extends InventorySubcontainer { private TileEntityEnderChest a; -+ + + // CraftBukkit start - add fields and methods + public List<HumanEntity> transaction = new java.util.ArrayList<HumanEntity>(); + public org.bukkit.entity.Player player; @@ -46,6 +46,7 @@ + return maxStack; + } + // CraftBukkit end - ++ public InventoryEnderChest() { super("container.enderchest", false, 27); + } |