Updated to Minecraft 1.1

This commit is contained in:
Erik Broes
2012-01-12 23:10:13 +01:00
parent dd5ef8725c
commit 7219d4dd85
82 changed files with 1472 additions and 1687 deletions

View File

@@ -14,7 +14,7 @@ public class EntitySpider extends EntityMonster {
super(world);
this.texture = "/mob/spider.png";
this.b(1.4F, 0.9F);
this.aY = 0.8F;
this.bb = 0.8F;
}
protected void b() {
@@ -26,8 +26,8 @@ public class EntitySpider extends EntityMonster {
super.d();
}
public void w_() {
super.w_();
public void y_() {
super.y_();
if (!this.world.isStatic) {
this.a(this.positionChanged);
}
@@ -138,7 +138,7 @@ public class EntitySpider extends EntityMonster {
}
public boolean r() {
return this.o_();
return this.u();
}
public void s() {}
@@ -151,7 +151,7 @@ public class EntitySpider extends EntityMonster {
return mobeffect.getEffectId() == MobEffectList.POISON.id ? false : super.a(mobeffect);
}
public boolean o_() {
public boolean u() {
return (this.datawatcher.getByte(16) & 1) != 0;
}