1.8 rename fixes

This commit is contained in:
Dinnerbone
2011-09-15 04:13:14 +01:00
parent 6e44626d0a
commit ca57a1a1af
6 changed files with 22 additions and 38 deletions

View File

@@ -249,7 +249,7 @@ public class EntityPainting extends Entity {
this.b(this.a);
}
public void a_(double d0, double d1, double d2) {
public void move(double d0, double d1, double d2) {
if (!this.world.isStatic && d0 * d0 + d1 * d1 + d2 * d2 > 0.0D) {
this.die();
this.world.addEntity(new EntityItem(this.world, this.locX, this.locY, this.locZ, new ItemStack(Item.PAINTING)));