LeviLamina
Loading...
Searching...
No Matches
ScriptNavigationResult.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
class
BlockPos
;
8
namespace
Scripting {
struct
ClassBinding
; }
9
// clang-format on
10
11
namespace
ScriptModuleGameTest {
12
13
struct
ScriptNavigationResult
{
14
public
:
15
// member variables
16
// NOLINTBEGIN
17
::ll::TypedStorage<1, 1, bool> mIsFullPath;
18
::ll::TypedStorage<8, 24, ::std::vector<::BlockPos>> mPath;
19
// NOLINTEND
20
21
public
:
22
// member functions
23
// NOLINTBEGIN
24
MCAPI
~ScriptNavigationResult
();
25
// NOLINTEND
26
27
public
:
28
// static functions
29
// NOLINTBEGIN
30
MCAPI static ::Scripting::ClassBinding bind();
31
// NOLINTEND
32
33
public
:
34
// destructor thunk
35
// NOLINTBEGIN
36
MCFOLD
void
$dtor();
37
// NOLINTEND
38
};
39
40
}
// namespace ScriptModuleGameTest
BlockPos
Definition
BlockPos.h:17
ScriptModuleGameTest::ScriptNavigationResult
Definition
ScriptNavigationResult.h:13
Scripting::ClassBinding
Definition
ClassBinding.h:10
src
mc
scripting
modules
gametest
ScriptNavigationResult.h
Generated on
for LeviLamina by
1.16.1