mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 18:32:55 +00:00
Support for 1.21.2
This commit is contained in:
@ -2151,6 +2151,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