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
10struct ShapeDataPayload;
11namespace Scripting { struct ClassBinding; }
12// clang-format on
13
14namespace ScriptModuleDebugUtilities {
15
17public:
18 // member variables
19 // NOLINTBEGIN
20 ::ll::TypedStorage<4, 4, int> mSegments;
21 // NOLINTEND
22
23public:
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 ~ScriptSphereShape() /*override*/;
31 // NOLINTEND
32
33public:
34 // static functions
35 // NOLINTBEGIN
36 MCAPI static ::Scripting::ClassBinding bind();
37 // NOLINTEND
38
39public:
40 // destructor thunk
41 // NOLINTBEGIN
42 MCFOLD void $dtor();
43 // NOLINTEND
44
45public:
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
55public:
56 // vftables
57 // NOLINTBEGIN
58 MCAPI static void** $vftable();
59 // NOLINTEND
60};
61
62} // namespace ScriptModuleDebugUtilities
Definition ScriptDebugShape.h:27
Definition ScriptSphereShape.h:16
Definition ClassBinding.h:19
Definition ShapeDataPayload.h:23