Update CraftBukkit to Minecraft 1.4.4.

This commit is contained in:
Travis Watkins
2012-11-06 06:05:28 -06:00
parent a0c3b4f9d1
commit 7f7192f8fd
169 changed files with 3295 additions and 2774 deletions

View File

@@ -64,7 +64,7 @@ public class CraftContainer extends Container {
}
@Override
public boolean b(EntityHuman entityhuman) {
public boolean c(EntityHuman entityhuman) {
if (cachedType == view.getType() && cachedSize == getSize() && cachedTitle.equals(view.getTitle())) {
return true;
}
@@ -79,8 +79,8 @@ public class CraftContainer extends Container {
int type = getNotchInventoryType(cachedType);
IInventory top = ((CraftInventory)view.getTopInventory()).getInventory();
IInventory bottom = ((CraftInventory)view.getBottomInventory()).getInventory();
this.a.clear();
this.b.clear();
this.c.clear();
if (typeChanged) {
setupSlots(top, bottom);
}
@@ -281,7 +281,7 @@ public class CraftContainer extends Container {
// End copy from ContainerBrewingStand
}
public boolean c(EntityHuman entity) {
public boolean a(EntityHuman entity) {
return true;
}
}

View File

@@ -108,7 +108,7 @@ public class CraftInventoryCustom extends CraftInventory {
public void update() {}
public boolean a(EntityHuman entityhuman) {
public boolean a_(EntityHuman entityhuman) {
return true;
}