Update CraftBukkit to Minecraft 1.5
This commit is contained in:
@@ -16,15 +16,19 @@ public interface IInventory {
|
||||
|
||||
String getName();
|
||||
|
||||
boolean c();
|
||||
|
||||
int getMaxStackSize();
|
||||
|
||||
void update();
|
||||
|
||||
boolean a_(EntityHuman entityhuman);
|
||||
boolean a(EntityHuman entityhuman);
|
||||
|
||||
void startOpen();
|
||||
|
||||
void f();
|
||||
void g();
|
||||
|
||||
boolean b(int i, ItemStack itemstack);
|
||||
|
||||
// CraftBukkit start
|
||||
ItemStack[] getContents();
|
||||
|
||||
Reference in New Issue
Block a user