mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-08 09:17:36 +01:00
Updated tests with isBlocking().
By: EvilSeph <evilseph@gmail.com>
This commit is contained in:
parent
2cfe0f658a
commit
c0a94420f6
@ -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 New Issue
Block a user