pocketmine\entity\Entity::sendLinkedData PHP Method

sendLinkedData() public method

public sendLinkedData ( )
    public function sendLinkedData()
    {
        if ($this->linkedEntity instanceof Entity) {
            $this->setLinked($this->linkedType, $this->linkedEntity);
        }
    }