mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 18:32:55 +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:
@ -25,6 +25,9 @@ namespace pocketmine\event\entity;
|
||||
|
||||
use pocketmine\entity\object\ItemEntity;
|
||||
|
||||
/**
|
||||
* @phpstan-extends EntityEvent<ItemEntity>
|
||||
*/
|
||||
class ItemSpawnEvent extends EntityEvent{
|
||||
|
||||
public function __construct(ItemEntity $item){
|
||||
|
Reference in New Issue
Block a user