mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-15 04:05:50 -07:00
Update for 1.5_02.
This commit is contained in:
@@ -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>();
|
||||
|
||||
|
Reference in New Issue
Block a user