LeviLamina
Loading...
Searching...
No Matches
IMinecraftServiceKeySource.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/threading/Async.h"
7#include "mc/options/DiscoveryEnvironment.h"
8
9// auto generated forward declare list
10// clang-format off
11namespace Bedrock::Http { struct Url; }
12// clang-format on
13
15public:
16 // virtual functions
17 // NOLINTBEGIN
18 virtual ~IMinecraftServiceKeySource() = default;
19
20 virtual ::Bedrock::Threading::Async<::Bedrock::Http::Url> getAuthServiceUrl() const = 0;
21
22 virtual ::std::optional<::DiscoveryEnvironment> getDiscoveryEnvironment() const = 0;
23 // NOLINTEND
24
25public:
26 // virtual function thunks
27 // NOLINTBEGIN
28
29 // NOLINTEND
30};
Definition IMinecraftServiceKeySource.h:14
Definition Url.h:7