diff options
Diffstat (limited to 'src/test/java')
-rw-r--r-- | src/test/java/org/bukkit/plugin/messaging/TestPlayer.java | 4 |
1 files changed, 4 insertions, 0 deletions
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."); + } } |