mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 17:59:48 +00:00
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:
@ -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:
|
||||
|
Reference in New Issue
Block a user