mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-14 19:55:52 -07:00
Update CraftBukkit to Minecraft 1.4.4.
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user