summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/EntityCow.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/net/minecraft/server/EntityCow.java')
-rw-r--r--src/main/java/net/minecraft/server/EntityCow.java18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/main/java/net/minecraft/server/EntityCow.java b/src/main/java/net/minecraft/server/EntityCow.java
index e14d4ea6..d1cd432a 100644
--- a/src/main/java/net/minecraft/server/EntityCow.java
+++ b/src/main/java/net/minecraft/server/EntityCow.java
@@ -15,31 +15,31 @@ public class EntityCow extends EntityAnimal {
this.b(0.9F, 1.3F);
}
- public void a(NBTTagCompound nbttagcompound) {
- super.a(nbttagcompound);
- }
-
public void b(NBTTagCompound nbttagcompound) {
super.b(nbttagcompound);
}
- protected String e() {
+ public void a(NBTTagCompound nbttagcompound) {
+ super.a(nbttagcompound);
+ }
+
+ protected String g() {
return "mob.cow";
}
- protected String f() {
+ protected String h() {
return "mob.cowhurt";
}
- protected String g() {
+ protected String i() {
return "mob.cowhurt";
}
- protected float i() {
+ protected float k() {
return 0.4F;
}
- protected int h() {
+ protected int j() {
return Item.LEATHER.id;
}