LeviLamina
Loading...
Searching...
No Matches
ScriptRawTextInterface.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/scripting/binding_type/InterfaceBindingBuilder.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace Json { class Value; }
11namespace ScriptModuleMinecraft { struct ScriptRawMessageInterface; }
12// clang-format on
13
14namespace ScriptModuleMinecraft {
15
17public:
18 // member variables
19 // NOLINTBEGIN
21 // NOLINTEND
22
23public:
24 // prevent constructor by default
28
29public:
30 // member functions
31 // NOLINTBEGIN
32 MCFOLD bool operator==(::ScriptModuleMinecraft::ScriptRawTextInterface const& other) const;
33
35 // NOLINTEND
36
37public:
38 // static functions
39 // NOLINTBEGIN
40 MCAPI static ::Scripting::InterfaceBindingBuilder<::ScriptModuleMinecraft::ScriptRawTextInterface> bind();
41
42 MCAPI static ::ScriptModuleMinecraft::ScriptRawTextInterface fromJSON(::Json::Value const& json);
43 // NOLINTEND
44
45public:
46 // destructor thunk
47 // NOLINTBEGIN
48 MCFOLD void $dtor();
49 // NOLINTEND
50};
51
52} // namespace ScriptModuleMinecraft
Definition Value.h:16
Definition ScriptRawTextInterface.h:16
Definition Alias.h:14