Merge branch 'stable' into next-minor

This commit is contained in:
Dylan K. Taylor
2022-11-25 14:41:05 +00:00
9 changed files with 77 additions and 24 deletions

View File

@ -23,11 +23,9 @@ declare(strict_types=1);
namespace pocketmine\event\block;
use pocketmine\event\Cancellable;
/**
* Called when plants or crops grow.
*/
class BlockGrowEvent extends BaseBlockChangeEvent implements Cancellable{
class BlockGrowEvent extends BaseBlockChangeEvent{
}