From 2726696652179a5ead7dc07dd39edf7dfda687f7 Mon Sep 17 00:00:00 2001 From: mbax Date: Mon, 4 Nov 2013 07:07:38 -0600 Subject: Update CraftBukkit to Minecraft 1.7.2 --- src/main/java/net/minecraft/server/EntityTNTPrimed.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/main/java/net/minecraft/server/EntityTNTPrimed.java') diff --git a/src/main/java/net/minecraft/server/EntityTNTPrimed.java b/src/main/java/net/minecraft/server/EntityTNTPrimed.java index 858d11ec..92f00427 100644 --- a/src/main/java/net/minecraft/server/EntityTNTPrimed.java +++ b/src/main/java/net/minecraft/server/EntityTNTPrimed.java @@ -11,7 +11,7 @@ public class EntityTNTPrimed extends Entity { public EntityTNTPrimed(World world) { super(world); - this.m = true; + this.l = true; this.a(0.98F, 0.98F); this.height = this.length / 2.0F; } @@ -31,17 +31,17 @@ public class EntityTNTPrimed extends Entity { this.source = entityliving; } - protected void a() {} + protected void c() {} - protected boolean e_() { + protected boolean g_() { return false; } - public boolean L() { + public boolean R() { return !this.dead; } - public void l_() { + public void h() { this.lastX = this.locX; this.lastY = this.locY; this.lastZ = this.locZ; -- cgit v1.2.3