Update CraftBukkit to Minecraft 1.5

This commit is contained in:
Travis Watkins
2013-03-13 17:33:27 -05:00
parent ba6e4c38cf
commit 83d29e461c
246 changed files with 8499 additions and 6759 deletions

View File

@@ -27,11 +27,11 @@ public class EntityCreeper extends EntityMonster {
this.targetSelector.a(2, new PathfinderGoalHurtByTarget(this, false));
}
public boolean be() {
public boolean bh() {
return true;
}
public int as() {
public int ar() {
return this.getGoalTarget() == null ? 3 : 3 + (this.health - 1);
}
@@ -75,7 +75,7 @@ public class EntityCreeper extends EntityMonster {
}
}
public void j_() {
public void l_() {
if (this.isAlive()) {
this.d = this.fuseTicks;
int i = this.o();
@@ -109,14 +109,14 @@ public class EntityCreeper extends EntityMonster {
}
}
super.j_();
super.l_();
}
protected String aZ() {
protected String bc() {
return "mob.creeper.say";
}
protected String ba() {
protected String bd() {
return "mob.creeper.death";
}