Rename ExplosionPrimeEvent to EntityPreExplodeEvent (#5434)

This commit is contained in:
zSALLAZAR
2022-11-26 20:55:16 +01:00
committed by GitHub
parent b0c6e8d8e0
commit 8f20b9da91
3 changed files with 4 additions and 4 deletions

View File

@ -34,7 +34,7 @@ use pocketmine\world\Position;
* Called when an entity explodes, after the explosion's impact has been calculated.
* No changes have been made to the world at this stage.
*
* @see ExplosionPrimeEvent
* @see EntityPreExplodeEvent
*
* @phpstan-extends EntityEvent<Entity>
*/