DustParticle constructor now uses Color object

This commit is contained in:
Dylan K. Taylor
2019-08-19 18:57:26 +01:00
parent 1262b06797
commit 3274db3ddc
3 changed files with 6 additions and 3 deletions

View File

@ -699,6 +699,7 @@ This version features substantial changes to the network system, improving coher
- `Location` has been moved to `pocketmine\entity\Location`.
#### Particles
- `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:
- `DragonEggTeleportParticle`