LeviLamina
Loading...
Searching...
No Matches
INativeHttpDelegate.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
class
TaskGroup
;
8
namespace
Bedrock::Http {
class
Request
; }
9
namespace
Bedrock::Http {
class
Response
; }
10
// clang-format on
11
12
namespace
ScriptModuleMinecraftNet {
13
14
class
INativeHttpDelegate
{
15
public
:
16
// virtual functions
17
// NOLINTBEGIN
18
virtual
~INativeHttpDelegate
() =
default
;
19
20
virtual
bool
isInitialized()
const
= 0;
21
22
virtual
void
23
send(
::TaskGroup
&,
::Bedrock::Http::Request
&, ::std::function<
void
(
::Bedrock::Http::Response
const
&)>) = 0;
24
// NOLINTEND
25
26
public
:
27
// virtual function thunks
28
// NOLINTBEGIN
29
30
// NOLINTEND
31
};
32
33
}
// namespace ScriptModuleMinecraftNet
Bedrock::Http::Request
Definition
Request.h:16
Bedrock::Http::Response
Definition
Response.h:7
ScriptModuleMinecraftNet::INativeHttpDelegate
Definition
INativeHttpDelegate.h:14
TaskGroup
Definition
TaskGroup.h:57
src
mc
scripting
modules
minecraft_net
INativeHttpDelegate.h
Generated on
for LeviLamina by
1.16.1