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
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 // member functions
22 // NOLINTBEGIN
23 MCFOLD bool operator==(::ScriptModuleMinecraft::ScriptRawMessageScoreInterface const& other) const;
24
26 // NOLINTEND
27
28public:
29 // static functions
30 // NOLINTBEGIN
31 MCAPI static ::Scripting::InterfaceBinding bind();
32 // NOLINTEND
33
34public:
35 // destructor thunk
36 // NOLINTBEGIN
37 MCFOLD void $dtor();
38 // NOLINTEND
39};
40
41} // namespace ScriptModuleMinecraft
Definition ScriptRawMessageScoreInterface.h:12
Definition InterfaceBinding.h:10