From a6c8a36dcea9c976d8b48f8b942608248db8cb4f Mon Sep 17 00:00:00 2001 From: Erik Broes Date: Wed, 20 Apr 2011 22:47:26 +0200 Subject: Update for 1.5_02. --- .../java/net/minecraft/server/EntitySkeleton.java | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'src/main/java/net/minecraft/server/EntitySkeleton.java') diff --git a/src/main/java/net/minecraft/server/EntitySkeleton.java b/src/main/java/net/minecraft/server/EntitySkeleton.java index fbb88a5d..753e5619 100644 --- a/src/main/java/net/minecraft/server/EntitySkeleton.java +++ b/src/main/java/net/minecraft/server/EntitySkeleton.java @@ -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 loot = new ArrayList(); -- cgit v1.2.3