From d3bf76da9de67e7cd6e97d80086f2aa907930fb7 Mon Sep 17 00:00:00 2001 From: TomyLobo Date: Wed, 21 Mar 2012 16:30:35 +0100 Subject: Add LivingEntity.hasLineOfSight. Addresses BUKKIT-1255 --- src/test/java/org/bukkit/plugin/messaging/TestPlayer.java | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/test') diff --git a/src/test/java/org/bukkit/plugin/messaging/TestPlayer.java b/src/test/java/org/bukkit/plugin/messaging/TestPlayer.java index 4a4032b6..15e60c14 100644 --- a/src/test/java/org/bukkit/plugin/messaging/TestPlayer.java +++ b/src/test/java/org/bukkit/plugin/messaging/TestPlayer.java @@ -756,4 +756,8 @@ public class TestPlayer implements Player { public boolean isBlocking() { throw new UnsupportedOperationException("Not supported yet."); } + + public boolean hasLineOfSight(Entity other) { + throw new UnsupportedOperationException("Not supported yet."); + } } -- cgit v1.2.3