mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-10 13:35:29 +00:00
Merge branch '3.5'
This commit is contained in:
commit
5bb414620c
@ -1892,6 +1892,7 @@ abstract class Entity extends Location implements Metadatable, EntityIds{
|
||||
$pk->position = $this->asVector3();
|
||||
$pk->motion = $this->getMotion();
|
||||
$pk->yaw = $this->yaw;
|
||||
$pk->headYaw = $this->yaw; //TODO
|
||||
$pk->pitch = $this->pitch;
|
||||
$pk->attributes = $this->attributeMap->getAll();
|
||||
$pk->metadata = $this->propertyManager->getAll();
|
||||
|
Loading…
x
Reference in New Issue
Block a user