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 // prevent constructor by default
26
27public:
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
40public:
41 // member functions
42 // NOLINTBEGIN
44
45 MCFOLD ::ScriptModuleDebugUtilities::ScriptSphereShape&
47 // NOLINTEND
48
49public:
50 // static functions
51 // NOLINTBEGIN
52 MCAPI static ::Scripting::ClassBinding bind();
53 // NOLINTEND
54
55public:
56 // constructor thunks
57 // NOLINTBEGIN
58 MCFOLD void* $ctor(::ScriptModuleDebugUtilities::ScriptSphereShape const&);
59 // NOLINTEND
60
61public:
62 // destructor thunk
63 // NOLINTBEGIN
64 MCFOLD void $dtor();
65 // NOLINTEND
66
67public:
68 // virtual function thunks
69 // NOLINTBEGIN
70 MCFOLD void $populatePacketData(::ShapeDataPayload& packet) const;
71
72 MCFOLD void $applyUpdatedData(::ShapeDataPayload const& packet);
73 // NOLINTEND
74
75public:
76 // vftables
77 // NOLINTBEGIN
78 MCAPI static void** $vftable();
79 // NOLINTEND
80};
81
82} // namespace ScriptModuleDebugUtilities
Definition ScriptDebugShape.h:20
Definition ScriptSphereShape.h:16
Definition ShapeDataPayload.h:22