Updated against new mc-dev format, takes out quite some casting troubles at the cost of extra ()'s

This commit is contained in:
Erik Broes
2011-01-11 09:25:13 +01:00
parent 75654e8db5
commit 22dab8e985
44 changed files with 770 additions and 817 deletions

View File

@@ -1,6 +1,5 @@
package net.minecraft.server;
public interface IInventory {
public abstract int a();
@@ -21,4 +20,3 @@ public interface IInventory {
public abstract ItemStack[] getContents(); // CraftBukkit
}