LeviLamina
Loading...
Searching...
No Matches
ScriptLineShape.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/scripting/modules/minecraft/debugdrawer/ScriptDebugShape.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
Vec3
;
11
namespace
ScriptModuleMinecraft {
struct
ScriptDimensionLocation
; }
12
namespace
Scripting {
class
WeakLifetimeScope
; }
13
namespace
Scripting {
struct
ClassBinding
; }
14
// clang-format on
15
16
namespace
ScriptModuleDebugUtilities {
17
18
class
ScriptLineShape :
public
::ScriptModuleDebugUtilities::ScriptDebugShape
{
19
public
:
20
// prevent constructor by default
21
ScriptLineShape();
22
23
public
:
24
// member functions
25
// NOLINTBEGIN
26
MCAPI ScriptLineShape(
27
::Scripting::WeakLifetimeScope
const
& scope,
28
::std::variant<::ScriptModuleMinecraft::ScriptDimensionLocation, ::Vec3>
const
& location,
29
::Vec3
const
& endLocation
30
);
31
// NOLINTEND
32
33
public
:
34
// static functions
35
// NOLINTBEGIN
36
MCAPI static ::Scripting::ClassBinding bind();
37
// NOLINTEND
38
39
public
:
40
// constructor thunks
41
// NOLINTBEGIN
42
MCAPI
void
* $ctor(
43
::Scripting::WeakLifetimeScope
const
& scope,
44
::std::variant<::ScriptModuleMinecraft::ScriptDimensionLocation, ::Vec3>
const
& location,
45
::Vec3
const
& endLocation
46
);
47
// NOLINTEND
48
49
public
:
50
// vftables
51
// NOLINTBEGIN
52
MCAPI
static
void
** $vftable();
53
// NOLINTEND
54
};
55
56
}
// namespace ScriptModuleDebugUtilities
ScriptModuleDebugUtilities::ScriptDebugShape
Definition
ScriptDebugShape.h:16
Scripting::WeakLifetimeScope
Definition
WeakLifetimeScope.h:14
Vec3
Definition
Vec3.h:10
ScriptModuleMinecraft::ScriptDimensionLocation
Definition
ScriptDimensionLocation.h:18
Scripting::ClassBinding
Definition
ClassBinding.h:19
src
mc
scripting
modules
minecraft
debugdrawer
ScriptLineShape.h
Generated on
for LeviLamina by
1.16.1