summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/EntitySheep.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/net/minecraft/server/EntitySheep.java')
-rw-r--r--src/main/java/net/minecraft/server/EntitySheep.java20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/main/java/net/minecraft/server/EntitySheep.java b/src/main/java/net/minecraft/server/EntitySheep.java
index 4d96d53a..381ae787 100644
--- a/src/main/java/net/minecraft/server/EntitySheep.java
+++ b/src/main/java/net/minecraft/server/EntitySheep.java
@@ -32,13 +32,13 @@ public class EntitySheep extends EntityAnimal {
this.bq.resultInventory = new InventoryCraftResult(); // CraftBukkit - add result slot for event
}
- protected boolean bj() {
+ protected boolean bk() {
return true;
}
- protected void bm() {
+ protected void bn() {
this.br = this.bs.f();
- super.bm();
+ super.bn();
}
public void e() {
@@ -49,9 +49,9 @@ public class EntitySheep extends EntityAnimal {
super.e();
}
- protected void aC() {
- super.aC();
- this.getAttributeInstance(GenericAttributes.a).setValue(8.0D);
+ protected void aD() {
+ super.aD();
+ this.getAttributeInstance(GenericAttributes.maxHealth).setValue(8.0D);
this.getAttributeInstance(GenericAttributes.d).setValue(0.23000000417232513D);
}
@@ -119,11 +119,11 @@ public class EntitySheep extends EntityAnimal {
return "mob.sheep.say";
}
- protected String aS() {
+ protected String aT() {
return "mob.sheep.say";
}
- protected String aT() {
+ protected String aU() {
return "mob.sheep.say";
}
@@ -185,8 +185,8 @@ public class EntitySheep extends EntityAnimal {
}
}
- public GroupDataEntity a(GroupDataEntity groupdataentity) {
- groupdataentity = super.a(groupdataentity);
+ public GroupDataEntity prepare(GroupDataEntity groupdataentity) {
+ groupdataentity = super.prepare(groupdataentity);
this.setColor(a(this.world.random));
return groupdataentity;
}