mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-05 18:27:17 +01:00
Updated tests with isBlocking().
By: EvilSeph <evilseph@gmail.com>
This commit is contained in:
parent
2cfe0f658a
commit
c0a94420f6
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…
Reference in a new issue