pocketmine\network\protocol\RespawnPacket::encode PHP Method

encode() public method

public encode ( )
    public function encode()
    {
        $this->reset();
        $this->putLFloat($this->x);
        $this->putLFloat($this->y);
        $this->putLFloat($this->z);
    }
RespawnPacket