mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-05 01:16:15 +00:00
Merge remote-tracking branch 'origin/master' into mcpe-0.12
This commit is contained in:
@ -28,5 +28,5 @@ namespace pocketmine\event;
|
||||
interface Cancellable{
|
||||
public function isCancelled();
|
||||
|
||||
public function setCancelled($forceCancel = false);
|
||||
}
|
||||
public function setCancelled($value = true);
|
||||
}
|
||||
|
Reference in New Issue
Block a user