mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 02:42:58 +00:00
Merge branch 'minor-next' of github.com:pmmp/PocketMine-MP into major-next
This commit is contained in:
@ -2156,6 +2156,13 @@ class Player extends Human implements CommandSender, ChunkListener, IPlayer{
|
||||
return true;
|
||||
}
|
||||
|
||||
/**
|
||||
* Closes the current viewing form and forms in queue.
|
||||
*/
|
||||
public function closeAllForms() : void{
|
||||
$this->getNetworkSession()->onCloseAllForms();
|
||||
}
|
||||
|
||||
/**
|
||||
* Transfers a player to another server.
|
||||
*
|
||||
|
Reference in New Issue
Block a user