summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/InventoryEnderChest.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/net/minecraft/server/InventoryEnderChest.java')
-rw-r--r--src/main/java/net/minecraft/server/InventoryEnderChest.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/java/net/minecraft/server/InventoryEnderChest.java b/src/main/java/net/minecraft/server/InventoryEnderChest.java
index c7e3bdb6..af7c748d 100644
--- a/src/main/java/net/minecraft/server/InventoryEnderChest.java
+++ b/src/main/java/net/minecraft/server/InventoryEnderChest.java
@@ -87,8 +87,8 @@ public class InventoryEnderChest extends InventorySubcontainer {
return nbttaglist;
}
- public boolean a(EntityHuman entityhuman) {
- return this.a != null && !this.a.a(entityhuman) ? false : super.a(entityhuman);
+ public boolean a_(EntityHuman entityhuman) {
+ return this.a != null && !this.a.a(entityhuman) ? false : super.a_(entityhuman);
}
public void startOpen() {