mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-21 05:44:17 +00:00
Updated tests with isBlocking().
This commit is contained in:
parent
e30b896163
commit
2ab4e6bdc7
1 changed files with 4 additions and 0 deletions
|
@ -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.");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue