LeviLamina
Loading...
Searching...
No Matches
ScriptCircleShape.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
ScriptCircleShape
:
public
::ScriptModuleDebugUtilities::ScriptDebugShape
{
17
public
:
18
// member variables
19
// NOLINTBEGIN
20
::ll::TypedStorage<4, 4, int> mSegments;
21
// NOLINTEND
22
23
public
:
24
// virtual functions
25
// NOLINTBEGIN
26
virtual
void
populatePacketData(
::ShapeDataPayload
& packetShapeData)
const
/*override*/
;
27
28
virtual
void
applyUpdatedData(
::ShapeDataPayload
const
& existing)
/*override*/
;
29
30
virtual
~ScriptCircleShape
()
/*override*/
;
31
// NOLINTEND
32
33
public
:
34
// static functions
35
// NOLINTBEGIN
36
MCAPI static ::Scripting::ClassBinding bind();
37
// NOLINTEND
38
39
public
:
40
// destructor thunk
41
// NOLINTBEGIN
42
MCFOLD
void
$dtor();
43
// NOLINTEND
44
45
public
:
46
// virtual function thunks
47
// NOLINTBEGIN
48
MCFOLD
void
$populatePacketData(
::ShapeDataPayload
& packetShapeData)
const
;
49
50
MCFOLD
void
$applyUpdatedData(
::ShapeDataPayload
const
& existing);
51
52
53
// NOLINTEND
54
55
public
:
56
// vftables
57
// NOLINTBEGIN
58
MCAPI
static
void
** $vftable();
59
// NOLINTEND
60
};
61
62
}
// namespace ScriptModuleDebugUtilities
ScriptModuleDebugUtilities::ScriptCircleShape
Definition
ScriptCircleShape.h:16
ScriptModuleDebugUtilities::ScriptDebugShape
Definition
ScriptDebugShape.h:27
Scripting::ClassBinding
Definition
ClassBinding.h:19
ShapeDataPayload
Definition
ShapeDataPayload.h:23
src
mc
scripting
modules
minecraft
debugdrawer
ScriptCircleShape.h
Generated on
for LeviLamina by
1.16.1