Update CraftBukkit to Minecraft 1.4.4.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -108,7 +108,7 @@ public class CraftInventoryCustom extends CraftInventory {
|
||||
|
||||
public void update() {}
|
||||
|
||||
public boolean a(EntityHuman entityhuman) {
|
||||
public boolean a_(EntityHuman entityhuman) {
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user