LeviLamina
Loading...
Searching...
No Matches
ScriptRawMessageScoreInterface.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace Scripting { struct InterfaceBinding; }
8// clang-format on
9
10namespace ScriptModuleMinecraft {
11
12struct ScriptRawMessageScoreInterface {
13public:
14 // member variables
15 // NOLINTBEGIN
16 ::ll::TypedStorage<8, 40, ::std::optional<::std::string>> name;
17 ::ll::TypedStorage<8, 40, ::std::optional<::std::string>> objective;
18 // NOLINTEND
19
20public:
21 // prevent constructor by default
22 ScriptRawMessageScoreInterface(ScriptRawMessageScoreInterface const&);
23 ScriptRawMessageScoreInterface();
24
25public:
26 // member functions
27 // NOLINTBEGIN
28 MCFOLD ::ScriptModuleMinecraft::ScriptRawMessageScoreInterface&
30
31 MCFOLD bool operator==(::ScriptModuleMinecraft::ScriptRawMessageScoreInterface const& other) const;
32
33 MCAPI ~ScriptRawMessageScoreInterface();
34 // NOLINTEND
35
36public:
37 // static functions
38 // NOLINTBEGIN
39 MCAPI static ::Scripting::InterfaceBinding bind();
40 // NOLINTEND
41
42public:
43 // destructor thunk
44 // NOLINTBEGIN
45 MCFOLD void $dtor();
46 // NOLINTEND
47};
48
49} // namespace ScriptModuleMinecraft
Definition ScriptRawMessageScoreInterface.h:12
Definition InterfaceBinding.h:16