summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/IInventory.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/net/minecraft/server/IInventory.java')
-rw-r--r--src/main/java/net/minecraft/server/IInventory.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/java/net/minecraft/server/IInventory.java b/src/main/java/net/minecraft/server/IInventory.java
index 80a84b4d..b94ab24a 100644
--- a/src/main/java/net/minecraft/server/IInventory.java
+++ b/src/main/java/net/minecraft/server/IInventory.java
@@ -18,9 +18,9 @@ public interface IInventory {
boolean a(EntityHuman entityhuman);
- void e();
+ void f();
- void t_();
+ void g();
public abstract ItemStack[] getContents(); // CraftBukkit
}