@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user