mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 17:59:48 +00:00
DustParticle constructor now uses Color object
This commit is contained in:
@ -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`
|
||||
|
Reference in New Issue
Block a user