LeviLamina
Loading...
Searching...
No Matches
ScriptSphereShape.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
struct
ShapeDataPayload
;
11
namespace
Scripting {
struct
ClassBinding
; }
12
// clang-format on
13
14
namespace
ScriptModuleDebugUtilities {
15
16
class
ScriptSphereShape :
public
::ScriptModuleDebugUtilities::ScriptDebugShape
{
17
public
:
18
// member variables
19
// NOLINTBEGIN
20
::ll::TypedStorage<4, 4, int> mSegments;
21
// NOLINTEND
22
23
public
:
24
// prevent constructor by default
25
ScriptSphereShape(ScriptSphereShape
const
&);
26
ScriptSphereShape();
27
28
public
:
29
// virtual functions
30
// NOLINTBEGIN
31
virtual
void
populatePacketData(
::ShapeDataPayload
& packet)
const
/*override*/
;
32
33
virtual
void
applyUpdatedData(
::ShapeDataPayload
const
& packet)
/*override*/
;
34
35
virtual
~ScriptSphereShape()
/*override*/
;
36
// NOLINTEND
37
38
public
:
39
// member functions
40
// NOLINTBEGIN
41
MCFOLD ::ScriptModuleDebugUtilities::ScriptSphereShape&
42
operator=(
::ScriptModuleDebugUtilities::ScriptSphereShape
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
MCFOLD
void
$populatePacketData(
::ShapeDataPayload
& packet)
const
;
61
62
MCFOLD
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::ScriptDebugShape
Definition
ScriptDebugShape.h:24
ScriptModuleDebugUtilities::ScriptSphereShape
Definition
ScriptSphereShape.h:16
Scripting::ClassBinding
Definition
ClassBinding.h:19
ShapeDataPayload
Definition
ShapeDataPayload.h:22
src
mc
scripting
modules
minecraft
debugdrawer
ScriptSphereShape.h
Generated on
for LeviLamina by
1.16.1