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

@@ -13,7 +13,7 @@ public class EntityMagmaCube extends EntitySlime {
return this.world.difficulty > 0 && this.world.b(this.boundingBox) && this.world.getCubes(this, this.boundingBox).isEmpty() && !this.world.containsLiquid(this.boundingBox);
}
public int aU() {
public int aW() {
return this.getSize() * 3;
}
@@ -66,7 +66,7 @@ public class EntityMagmaCube extends EntitySlime {
this.b *= 0.9F;
}
protected void bf() {
protected void bi() {
this.motY = (double) (0.42F + (float) this.getSize() * 0.1F);
this.am = true;
}
@@ -81,11 +81,11 @@ public class EntityMagmaCube extends EntitySlime {
return super.m() + 2;
}
protected String aX() {
protected String aZ() {
return "mob.slime." + (this.getSize() > 1 ? "big" : "small");
}
protected String aY() {
protected String ba() {
return "mob.slime." + (this.getSize() > 1 ? "big" : "small");
}