Rename DestroyBlockParticle -> BlockBreakParticle

closes #3461

literally every other particle/sound has the subject first, followed by the (optional) verb, and finally Particle (or Sound).
In addition, we refer to breaking blocks as 'break' everywhere except here, where we refer to it as 'destroy'.
This commit is contained in:
Dylan K. Taylor
2021-05-06 18:33:18 +01:00
parent 7d1c4efdfb
commit 742f86e022
4 changed files with 6 additions and 5 deletions

View File

@ -956,6 +956,7 @@ This version features substantial changes to the network system, improving coher
- `Location` has been moved to `pocketmine\entity\Location`.
#### Particles
- `DestroyBlockParticle` has been renamed to `BlockBreakParticle` for consistency.
- `DustParticle->__construct()` now accepts a `pocketmine\utils\Color` object instead of `r, g, b, a`.
- `pocketmine\world\particle\Particle` no longer extends `pocketmine\math\Vector3`, and has been converted to an interface.
- Added the following `Particle` classes: