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
7
namespace
Scripting {
struct
InterfaceBinding
; }
8
// clang-format on
9
10
namespace
ScriptModuleMinecraft {
11
12
struct
ScriptRawMessageScoreInterface
{
13
public
:
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
20
public
:
21
// member functions
22
// NOLINTBEGIN
23
MCFOLD
bool
operator==(
::ScriptModuleMinecraft::ScriptRawMessageScoreInterface
const
& other)
const
;
24
25
MCAPI
~ScriptRawMessageScoreInterface
();
26
// NOLINTEND
27
28
public
:
29
// static functions
30
// NOLINTBEGIN
31
MCAPI static ::Scripting::InterfaceBinding bind();
32
// NOLINTEND
33
34
public
:
35
// destructor thunk
36
// NOLINTBEGIN
37
MCFOLD
void
$dtor();
38
// NOLINTEND
39
};
40
41
}
// namespace ScriptModuleMinecraft
ScriptModuleMinecraft::ScriptRawMessageScoreInterface
Definition
ScriptRawMessageScoreInterface.h:12
Scripting::InterfaceBinding
Definition
InterfaceBinding.h:10
src
mc
scripting
modules
minecraft
interfaces
ScriptRawMessageScoreInterface.h
Generated on
for LeviLamina by
1.16.1