Added player.performCommand(String)
This commit is contained in:
parent
54059e34bb
commit
fb5ab3b5d6
@ -69,4 +69,12 @@ public interface Player extends HumanEntity {
|
||||
* @return
|
||||
*/
|
||||
public void kickPlayer(String message);
|
||||
|
||||
/**
|
||||
* Makes the player perform the given command
|
||||
*
|
||||
* @param command Command to perform
|
||||
* @return true if the command was successful, otherwise false
|
||||
*/
|
||||
public boolean performCommand(String command);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user