Update CraftBukkit to 1.6.4

This commit is contained in:
feildmaster
2013-09-19 13:25:08 -05:00
parent e20ef1f606
commit dcb9d6a5ef
92 changed files with 730 additions and 694 deletions

View File

@@ -56,11 +56,11 @@ public class EntityWither extends EntityMonster implements IRangedEntity {
return "mob.wither.idle";
}
protected String aN() {
protected String aO() {
return "mob.wither.hurt";
}
protected String aO() {
protected String aP() {
return "mob.wither.death";
}
@@ -155,7 +155,7 @@ public class EntityWither extends EntityMonster implements IRangedEntity {
}
}
protected void bh() {
protected void bi() {
int i;
if (this.bU() > 0) {
@@ -179,7 +179,7 @@ public class EntityWither extends EntityMonster implements IRangedEntity {
this.heal(10.0F, org.bukkit.event.entity.EntityRegainHealthEvent.RegainReason.WITHER_SPAWN); // CraftBukkit
}
} else {
super.bh();
super.bi();
int j;
@@ -289,9 +289,9 @@ public class EntityWither extends EntityMonster implements IRangedEntity {
this.setHealth(this.getMaxHealth() / 3.0F);
}
public void al() {}
public void am() {}
public int aP() {
public int aQ() {
return 4;
}
@@ -405,25 +405,24 @@ public class EntityWither extends EntityMonster implements IRangedEntity {
// CraftBukkit end
}
protected void bo() {
protected void u() {
this.aV = 0;
}
public boolean K() {
public boolean L() {
return !this.dead;
}
protected void b(float f) {
}
protected void b(float f) {}
public void addEffect(MobEffect mobeffect) {}
protected boolean be() {
protected boolean bf() {
return true;
}
protected void ay() {
super.ay();
protected void az() {
super.az();
this.getAttributeInstance(GenericAttributes.a).setValue(300.0D);
this.getAttributeInstance(GenericAttributes.d).setValue(0.6000000238418579D);
this.getAttributeInstance(GenericAttributes.b).setValue(40.0D);