Updated tests with isBlocking().

By: EvilSeph <evilseph@gmail.com>
This commit is contained in:
Bukkit/Spigot 2012-03-14 01:35:43 -04:00
parent 2cfe0f658a
commit c0a94420f6

View file

@ -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.");
}
}