mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-26 04:43:45 +00:00
BlockGrowEvent: Remove unnecessary Cancellable implementation (#5359)
this is already implemented by BaseBlockChangeEvent
This commit is contained in:
parent
dda8ff18b1
commit
e5f5fe80f9
@ -23,11 +23,9 @@ declare(strict_types=1);
|
|||||||
|
|
||||||
namespace pocketmine\event\block;
|
namespace pocketmine\event\block;
|
||||||
|
|
||||||
use pocketmine\event\Cancellable;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Called when plants or crops grow.
|
* Called when plants or crops grow.
|
||||||
*/
|
*/
|
||||||
class BlockGrowEvent extends BaseBlockChangeEvent implements Cancellable{
|
class BlockGrowEvent extends BaseBlockChangeEvent{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user