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

decode() public method

public decode ( )
    public function decode()
    {
        $this->x = $this->getLFloat();
        $this->y = $this->getLFloat();
        $this->z = $this->getLFloat();
    }
RespawnPacket