mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 01:46:04 +00:00
Merge branch 'stable'
# Conflicts: # resources/vanilla # src/command/defaults/TeleportCommand.php # src/pocketmine/event/entity/EntityDespawnEvent.php # src/pocketmine/event/entity/EntityInventoryChangeEvent.php # src/pocketmine/event/entity/EntityLevelChangeEvent.php # src/pocketmine/event/entity/EntitySpawnEvent.php # tests/phpstan/configs/actual-problems.neon
This commit is contained in:
@ -31,6 +31,7 @@ use pocketmine\world\Position;
|
||||
|
||||
/**
|
||||
* Called when a entity explodes
|
||||
* @phpstan-extends EntityEvent<Entity>
|
||||
*/
|
||||
class EntityExplodeEvent extends EntityEvent implements Cancellable{
|
||||
use CancellableTrait;
|
||||
|
Reference in New Issue
Block a user