mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 18:32:55 +00:00
Merge commit 'a67fa5c007de3a5e7e689c63955849ceba9d7541'
This commit is contained in:
@ -46,6 +46,9 @@ class PlayerEditBookEvent extends PlayerEvent implements Cancellable{
|
||||
/** @var int[] */
|
||||
private $modifiedPages;
|
||||
|
||||
/**
|
||||
* @param int[] $modifiedPages
|
||||
*/
|
||||
public function __construct(Player $player, WritableBookBase $oldBook, WritableBookBase $newBook, int $action, array $modifiedPages){
|
||||
$this->player = $player;
|
||||
$this->oldBook = $oldBook;
|
||||
|
||||
Reference in New Issue
Block a user