Merge branch '3.5'

This commit is contained in:
Dylan K. Taylor 2019-01-02 15:05:19 +00:00
commit 5bb414620c

View File

@ -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();