From 2ab4e6bdc792ef5dbb1cc4b47ca66ecf6b2b3fac Mon Sep 17 00:00:00 2001 From: EvilSeph Date: Wed, 14 Mar 2012 01:35:43 -0400 Subject: Updated tests with isBlocking(). --- src/test/java/org/bukkit/plugin/messaging/TestPlayer.java | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/test/java/org/bukkit/plugin/messaging/TestPlayer.java b/src/test/java/org/bukkit/plugin/messaging/TestPlayer.java index d812f5a7..94199465 100644 --- a/src/test/java/org/bukkit/plugin/messaging/TestPlayer.java +++ b/src/test/java/org/bukkit/plugin/messaging/TestPlayer.java @@ -744,4 +744,8 @@ public class TestPlayer implements Player { public void abandonConversation(Conversation conversation, ConversationAbandonedEvent details) { throw new UnsupportedOperationException("Not supported yet."); } + + public boolean isBlocking() { + throw new UnsupportedOperationException("Not supported yet."); + } } -- cgit v1.2.3