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
();
26
27
public
:
28
// virtual functions
29
// NOLINTBEGIN
30
// vIndex: 1
31
virtual
void
populatePacketData(
::ShapeDataPayload
& packet)
const
/*override*/
;
32
33
// vIndex: 2
34
virtual
void
applyUpdatedData(
::ShapeDataPayload
const
& packet)
/*override*/
;
35
36
// vIndex: 0
37
virtual
~ScriptSphereShape
()
/*override*/
;
38
// NOLINTEND
39
40
public
:
41
// member functions
42
// NOLINTBEGIN
43
MCAPI
ScriptSphereShape
(
::ScriptModuleDebugUtilities::ScriptSphereShape
const
&);
44
45
MCFOLD ::ScriptModuleDebugUtilities::ScriptSphereShape&
46
operator=(
::ScriptModuleDebugUtilities::ScriptSphereShape
const
&);
47
// NOLINTEND
48
49
public
:
50
// static functions
51
// NOLINTBEGIN
52
MCAPI static ::Scripting::ClassBinding bind();
53
// NOLINTEND
54
55
public
:
56
// constructor thunks
57
// NOLINTBEGIN
58
MCFOLD
void
* $ctor(
::ScriptModuleDebugUtilities::ScriptSphereShape
const
&);
59
// NOLINTEND
60
61
public
:
62
// destructor thunk
63
// NOLINTBEGIN
64
MCFOLD
void
$dtor();
65
// NOLINTEND
66
67
public
:
68
// virtual function thunks
69
// NOLINTBEGIN
70
MCFOLD
void
$populatePacketData(
::ShapeDataPayload
& packet)
const
;
71
72
MCFOLD
void
$applyUpdatedData(
::ShapeDataPayload
const
& packet);
73
// NOLINTEND
74
75
public
:
76
// vftables
77
// NOLINTBEGIN
78
MCAPI
static
void
** $vftable();
79
// NOLINTEND
80
};
81
82
}
// namespace ScriptModuleDebugUtilities
ScriptModuleDebugUtilities::ScriptDebugShape
Definition
ScriptDebugShape.h:20
ScriptModuleDebugUtilities::ScriptSphereShape
Definition
ScriptSphereShape.h:16
ShapeDataPayload
Definition
ShapeDataPayload.h:22
src-server
mc
scripting
modules
minecraft
debugdrawer
ScriptSphereShape.h
Generated on Tue Nov 25 2025 04:01:24 for LeviLamina by
1.12.0