From 6dbd710bbf37728eb760cacb019d1e384a7e1311 Mon Sep 17 00:00:00 2001 From: Erik Broes Date: Sat, 28 May 2011 22:50:08 +0200 Subject: Update for 1.6.5 --- src/main/java/net/minecraft/server/EntityPainting.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/main/java/net/minecraft/server/EntityPainting.java') diff --git a/src/main/java/net/minecraft/server/EntityPainting.java b/src/main/java/net/minecraft/server/EntityPainting.java index f06b3db9..8ff92ad2 100644 --- a/src/main/java/net/minecraft/server/EntityPainting.java +++ b/src/main/java/net/minecraft/server/EntityPainting.java @@ -119,7 +119,7 @@ public class EntityPainting extends Entity { return i == 32 ? 0.5F : (i == 64 ? 0.5F : 0.0F); } - public void p_() { + public void o_() { if (this.f++ == 100 && !this.world.isStatic) { this.f = 0; if (!this.h()) { @@ -197,7 +197,7 @@ public class EntityPainting extends Entity { } } - public boolean o_() { + public boolean n_() { return true; } @@ -214,7 +214,7 @@ public class EntityPainting extends Entity { // CraftBukkit end this.die(); - this.ac(); + this.ae(); this.world.addEntity(new EntityItem(this.world, this.locX, this.locY, this.locZ, new ItemStack(Item.PAINTING))); } -- cgit v1.2.3