Update CraftBukkit to Minecraft 1.4(.2).

This commit is contained in:
Travis Watkins
2012-10-24 22:53:23 -05:00
committed by EvilSeph
parent b9a72531b6
commit 60819c6693
237 changed files with 10104 additions and 4863 deletions

View File

@@ -22,7 +22,7 @@ public class EntityCow extends EntityAnimal {
this.goalSelector.a(7, new PathfinderGoalRandomLookaround(this));
}
public boolean aV() {
public boolean bb() {
return true;
}
@@ -30,19 +30,23 @@ public class EntityCow extends EntityAnimal {
return 10;
}
protected String aQ() {
return "mob.cow";
protected String aW() {
return "mob.cow.say";
}
protected String aR() {
return "mob.cowhurt";
protected String aX() {
return "mob.cow.hurt";
}
protected String aS() {
return "mob.cowhurt";
protected String aY() {
return "mob.cow.hurt";
}
protected float aP() {
protected void a(int i, int j, int k, int l) {
this.world.makeSound(this, "mob.cow.step", 0.15F, 1.0F);
}
protected float aV() {
return 0.4F;
}