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 // member variables
17 // NOLINTBEGIN
19 // NOLINTEND
20
21public:
22 // prevent constructor by default
26
27public:
28 // member functions
29 // NOLINTBEGIN
31
33 // NOLINTEND
34
35public:
36 // static functions
37 // NOLINTBEGIN
38 MCNAPI static ::Scripting::InterfaceBinding bind();
39
40 MCNAPI static ::ScriptModuleMinecraft::ScriptRawTextInterface fromJSON(::Json::Value const& json);
41 // NOLINTEND
42
43public:
44 // destructor thunk
45 // NOLINTBEGIN
46 MCNAPI void $dtor();
47 // NOLINTEND
48};
49
50} // namespace ScriptModuleMinecraft
Definition Value.h:16
Definition ScriptRawTextInterface.h:14
static MCAPI ::ScriptModuleMinecraft::ScriptRawTextInterface fromJSON(::Json::Value const &json)
MCAPI bool operator==(::ScriptModuleMinecraft::ScriptRawTextInterface const &other) const
static MCAPI ::Scripting::InterfaceBinding bind()
Definition Alias.h:14