LeviLamina
Loading...
Searching...
No Matches
ScriptBoxShape.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/core/math/Vec3.h"
7
#include "mc/scripting/modules/minecraft/debugdrawer/ScriptDebugShape.h"
8
9
// auto generated forward declare list
10
// clang-format off
11
struct
ShapeDataPayload
;
12
namespace
Scripting {
struct
ClassBinding
; }
13
// clang-format on
14
15
namespace
ScriptModuleDebugUtilities {
16
17
class
ScriptBoxShape :
public
::ScriptModuleDebugUtilities::ScriptDebugShape
{
18
public
:
19
// member variables
20
// NOLINTBEGIN
21
::ll::TypedStorage<4, 12, ::Vec3> mBoxBound;
22
// NOLINTEND
23
24
public
:
25
// prevent constructor by default
26
ScriptBoxShape(ScriptBoxShape
const
&);
27
ScriptBoxShape();
28
29
public
:
30
// virtual functions
31
// NOLINTBEGIN
32
virtual
void
populatePacketData(
::ShapeDataPayload
& packet)
const
/*override*/
;
33
34
virtual
void
applyUpdatedData(
::ShapeDataPayload
const
& packet)
/*override*/
;
35
36
virtual
~ScriptBoxShape()
/*override*/
;
37
// NOLINTEND
38
39
public
:
40
// member functions
41
// NOLINTBEGIN
42
MCFOLD ::ScriptModuleDebugUtilities::ScriptBoxShape& operator=(
::ScriptModuleDebugUtilities::ScriptBoxShape
const
&);
43
// NOLINTEND
44
45
public
:
46
// static functions
47
// NOLINTBEGIN
48
MCAPI static ::Scripting::ClassBinding bind();
49
// NOLINTEND
50
51
public
:
52
// destructor thunk
53
// NOLINTBEGIN
54
MCFOLD
void
$dtor();
55
// NOLINTEND
56
57
public
:
58
// virtual function thunks
59
// NOLINTBEGIN
60
MCAPI
void
$populatePacketData(
::ShapeDataPayload
& packet)
const
;
61
62
MCAPI
void
$applyUpdatedData(
::ShapeDataPayload
const
& packet);
63
64
65
// NOLINTEND
66
67
public
:
68
// vftables
69
// NOLINTBEGIN
70
MCAPI
static
void
** $vftable();
71
// NOLINTEND
72
};
73
74
}
// namespace ScriptModuleDebugUtilities
ScriptModuleDebugUtilities::ScriptBoxShape
Definition
ScriptBoxShape.h:17
ScriptModuleDebugUtilities::ScriptDebugShape
Definition
ScriptDebugShape.h:24
Scripting::ClassBinding
Definition
ClassBinding.h:19
ShapeDataPayload
Definition
ShapeDataPayload.h:22
src
mc
scripting
modules
minecraft
debugdrawer
ScriptBoxShape.h
Generated on
for LeviLamina by
1.16.1