Update for 1.5_02.

This commit is contained in:
Erik Broes
2011-04-20 22:47:26 +02:00
committed by EvilSeph
parent 2fd3f8d299
commit a6c8a36dce
57 changed files with 1590 additions and 1310 deletions

View File

@@ -20,19 +20,19 @@ public class EntitySkeleton extends EntityMonster {
this.texture = "/mob/skeleton.png";
}
protected String e() {
protected String g() {
return "mob.skeleton";
}
protected String f() {
protected String h() {
return "mob.skeletonhurt";
}
protected String g() {
protected String i() {
return "mob.skeletonhurt";
}
public void r() {
public void u() {
if (this.world.d()) {
float f = this.c(1.0F);
@@ -51,7 +51,7 @@ public class EntitySkeleton extends EntityMonster {
}
}
super.r();
super.u();
}
protected void a(Entity entity, float f) {
@@ -77,19 +77,19 @@ public class EntitySkeleton extends EntityMonster {
}
}
public void a(NBTTagCompound nbttagcompound) {
super.a(nbttagcompound);
}
public void b(NBTTagCompound nbttagcompound) {
super.b(nbttagcompound);
}
protected int h() {
public void a(NBTTagCompound nbttagcompound) {
super.a(nbttagcompound);
}
protected int j() {
return Item.ARROW.id;
}
protected void p() {
protected void r() {
// CraftBukkit start - whole method
List<org.bukkit.inventory.ItemStack> loot = new ArrayList<org.bukkit.inventory.ItemStack>();