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
7namespace Json { class Value; }
8namespace ScriptModuleMinecraft { struct ScriptRawMessageInterface; }
9namespace Scripting { struct InterfaceBinding; }
10// clang-format on
11
12namespace ScriptModuleMinecraft {
13
15public:
16 // ScriptRawTextInterface inner types define
17 using RawTextType = ::std::vector<::ScriptModuleMinecraft::ScriptRawMessageInterface>;
18
19public:
20 // member variables
21 // NOLINTBEGIN
22 ::ll::TypedStorage<8, 32, ::std::optional<::std::vector<::ScriptModuleMinecraft::ScriptRawMessageInterface>>>
23 rawtext;
24 // NOLINTEND
25
26public:
27 // member functions
28 // NOLINTBEGIN
29 MCFOLD bool operator==(::ScriptModuleMinecraft::ScriptRawTextInterface const& other) const;
30
32 // NOLINTEND
33
34public:
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
42public:
43 // destructor thunk
44 // NOLINTBEGIN
45 MCFOLD void $dtor();
46 // NOLINTEND
47};
48
49} // namespace ScriptModuleMinecraft
Definition Value.h:16
Definition ScriptRawMessageInterface.h:20
Definition ScriptRawTextInterface.h:14
Definition InterfaceBinding.h:16