mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 09:56:06 +00:00
Move Location to Entity namespace
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user