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
class
Vec3
;
9
namespace
Scripting {
struct
ClassBinding; }
10
// clang-format on
11
12
namespace
ScriptModuleGameTest {
13
14
struct
ScriptNavigationResult
{
15
public
:
16
// member variables
17
// NOLINTBEGIN
18
::ll::TypedStorage<1, 1, bool> mIsFullPath;
19
::ll::TypedStorage<8, 24, ::std::vector<::BlockPos>> mPath;
20
// NOLINTEND
21
22
public
:
23
// member functions
24
// NOLINTBEGIN
25
MCAPI ::std::vector<::Vec3> getPath()
const
;
26
27
MCAPI
~ScriptNavigationResult
();
28
// NOLINTEND
29
30
public
:
31
// static functions
32
// NOLINTBEGIN
33
MCAPI static ::Scripting::ClassBinding bind();
34
// NOLINTEND
35
36
public
:
37
// destructor thunk
38
// NOLINTBEGIN
39
MCFOLD
void
$dtor();
40
// NOLINTEND
41
};
42
43
}
// namespace ScriptModuleGameTest
BlockPos
Definition
BlockPos.h:18
Vec3
Definition
Vec3.h:10
ScriptModuleGameTest::ScriptNavigationResult
Definition
ScriptNavigationResult.h:14
src
mc
scripting
modules
gametest
ScriptNavigationResult.h
Generated on Fri Jun 13 2025 05:04:46 for LeviLamina by
1.12.0