Move Location to Entity namespace

This commit is contained in:
Dylan K. Taylor
2019-08-05 17:20:48 +01:00
parent 927e05d038
commit 358fea9645
4 changed files with 6 additions and 3 deletions

View File

@ -692,6 +692,7 @@ This version features substantial changes to the network system, improving coher
- `ChunkLoader->onChunkLoaded()` -> `ChunkListener->onChunkLoaded()`
- `ChunkLoader->onChunkPopulated()` -> `ChunkListener->onChunkPopulated()`
- `ChunkLoader->onChunkUnloaded()` -> `ChunkListener->onChunkUnloaded()`
- `Location` has been moved to `pocketmine\entity\Location`.
#### Particles
- `pocketmine\world\particle\Particle` no longer extends `pocketmine\math\Vector3`, and has been converted to an interface.