Added kick player.
This commit is contained in:
parent
30a8e66282
commit
01988e9fdc
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user