mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-12 02:35:52 -07:00
@@ -47,4 +47,11 @@ public interface Player extends HumanEntity {
|
||||
* @return the player's address
|
||||
*/
|
||||
public InetSocketAddress getAddress();
|
||||
|
||||
/**
|
||||
* Kicks player with custom kick message.
|
||||
*
|
||||
* @return
|
||||
*/
|
||||
public void kickPlayer(String message);
|
||||
}
|
||||
|
Reference in New Issue
Block a user