LeviLamina
Loading...
Searching...
No Matches
ScriptPartyInfo.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
ScriptPartyInfo
{
13
public
:
14
// member variables
15
// NOLINTBEGIN
16
::ll::TypedStorage<8, 32, ::std::string> mPartyId;
17
::ll::TypedStorage<1, 1, bool> mIsLeader;
18
// NOLINTEND
19
20
public
:
21
// member functions
22
// NOLINTBEGIN
23
MCAPI
~ScriptPartyInfo
();
24
// NOLINTEND
25
26
public
:
27
// static functions
28
// NOLINTBEGIN
29
MCAPI static ::Scripting::InterfaceBinding bind();
30
// NOLINTEND
31
32
public
:
33
// destructor thunk
34
// NOLINTBEGIN
35
MCFOLD
void
$dtor();
36
// NOLINTEND
37
};
38
39
}
// namespace ScriptModuleMinecraft
ScriptModuleMinecraft::ScriptPartyInfo
Definition
ScriptPartyInfo.h:12
Scripting::InterfaceBinding
Definition
InterfaceBinding.h:16
src
mc
scripting
modules
minecraft
player
ScriptPartyInfo.h
Generated on
for LeviLamina by
1.16.1