LeviLamina
Loading...
Searching...
No Matches
IDiscoveryService.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/network/services/CachedAsync.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
namespace
Bedrock::Http {
class
Status; }
11
namespace
Bedrock::Services {
struct
EnvironmentQueryResponse; }
12
// clang-format on
13
14
namespace
Bedrock::Services {
15
16
class
IDiscoveryService
{
17
public
:
18
// virtual functions
19
// NOLINTBEGIN
20
// vIndex: 0
21
virtual
~IDiscoveryService
() =
default
;
22
23
// vIndex: 1
24
virtual ::Bedrock::Threading::CachedAsync<::std::shared_ptr<::Bedrock::Services::EnvironmentQueryResponse const>>
25
getServiceEndpoints()
const
= 0;
26
27
// vIndex: 2
28
virtual
void
reset() = 0;
29
30
// vIndex: 3
31
virtual ::Bedrock::Http::Status
const
& getStatus()
const
= 0;
32
// NOLINTEND
33
34
public
:
35
// virtual function thunks
36
// NOLINTBEGIN
37
38
// NOLINTEND
39
};
40
41
}
// namespace Bedrock::Services
Bedrock::Services::IDiscoveryService
Definition
IDiscoveryService.h:16
src
mc
network
services
discovery
IDiscoveryService.h
Generated on Fri Jun 13 2025 05:04:44 for LeviLamina by
1.12.0