LeviLamina
Loading...
Searching...
No Matches
ScriptRawTextInterface.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
namespace
Json {
class
Value
; }
8
namespace
ScriptModuleMinecraft {
struct
ScriptRawMessageInterface
; }
9
namespace
Scripting {
struct
InterfaceBinding
; }
10
// clang-format on
11
12
namespace
ScriptModuleMinecraft {
13
14
struct
ScriptRawTextInterface
{
15
public
:
16
// ScriptRawTextInterface inner types define
17
using
RawTextType = ::std::vector<::ScriptModuleMinecraft::ScriptRawMessageInterface>;
18
19
public
:
20
// member variables
21
// NOLINTBEGIN
22
::ll::TypedStorage<8, 32, ::std::optional<::std::vector<::ScriptModuleMinecraft::ScriptRawMessageInterface>>>
23
rawtext;
24
// NOLINTEND
25
26
public
:
27
// member functions
28
// NOLINTBEGIN
29
MCFOLD
bool
operator==(
::ScriptModuleMinecraft::ScriptRawTextInterface
const
& other)
const
;
30
31
MCAPI
~ScriptRawTextInterface
();
32
// NOLINTEND
33
34
public
:
35
// static functions
36
// NOLINTBEGIN
37
MCAPI static ::Scripting::InterfaceBinding bind();
38
39
MCAPI static ::ScriptModuleMinecraft::ScriptRawTextInterface fromJSON(
::Json::Value
const
& json);
40
// NOLINTEND
41
42
public
:
43
// destructor thunk
44
// NOLINTBEGIN
45
MCFOLD
void
$dtor();
46
// NOLINTEND
47
};
48
49
}
// namespace ScriptModuleMinecraft
Json::Value
Definition
Value.h:16
ScriptModuleMinecraft::ScriptRawMessageInterface
Definition
ScriptRawMessageInterface.h:20
ScriptModuleMinecraft::ScriptRawTextInterface
Definition
ScriptRawTextInterface.h:14
Scripting::InterfaceBinding
Definition
InterfaceBinding.h:16
src
mc
scripting
modules
minecraft
interfaces
ScriptRawTextInterface.h
Generated on
for LeviLamina by
1.16.1