Update CraftBukkit to 1.6.4
This commit is contained in:
@@ -47,8 +47,8 @@ public class EntityEnderDragon extends EntityInsentient implements IComplex, IMo
|
||||
this.am = true;
|
||||
}
|
||||
|
||||
protected void ay() {
|
||||
super.ay();
|
||||
protected void az() {
|
||||
super.az();
|
||||
this.getAttributeInstance(GenericAttributes.a).setValue(200.0D);
|
||||
}
|
||||
|
||||
@@ -502,7 +502,7 @@ public class EntityEnderDragon extends EntityInsentient implements IComplex, IMo
|
||||
return super.damageEntity(damagesource, f);
|
||||
}
|
||||
|
||||
protected void aA() {
|
||||
protected void aB() {
|
||||
++this.bB;
|
||||
if (this.bB >= 180 && this.bB <= 200) {
|
||||
float f = (this.random.nextFloat() - 0.5F) * 8.0F;
|
||||
@@ -613,13 +613,13 @@ public class EntityEnderDragon extends EntityInsentient implements IComplex, IMo
|
||||
BlockEnderPortal.a = false;
|
||||
}
|
||||
|
||||
protected void bo() {}
|
||||
protected void u() {}
|
||||
|
||||
public Entity[] an() {
|
||||
public Entity[] ao() {
|
||||
return this.children;
|
||||
}
|
||||
|
||||
public boolean K() {
|
||||
public boolean L() {
|
||||
return false;
|
||||
}
|
||||
|
||||
@@ -631,11 +631,11 @@ public class EntityEnderDragon extends EntityInsentient implements IComplex, IMo
|
||||
return "mob.enderdragon.growl";
|
||||
}
|
||||
|
||||
protected String aN() {
|
||||
protected String aO() {
|
||||
return "mob.enderdragon.hit";
|
||||
}
|
||||
|
||||
protected float aZ() {
|
||||
protected float ba() {
|
||||
return 5.0F;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user