LeviLamina
Loading...
Searching...
No Matches
ScriptArrowShape.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/scripting/modules/minecraft/debugdrawer/ScriptLineShape.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, float> mHeadRadius;
21 ::ll::TypedStorage<4, 4, float> mHeadLength;
22 ::ll::TypedStorage<4, 4, int> mSegments;
23 // NOLINTEND
24
25public:
26 // prevent constructor by default
29
30public:
31 // virtual functions
32 // NOLINTBEGIN
33 // vIndex: 1
34 virtual void populatePacketData(::ShapeDataPayload& packet) const /*override*/;
35
36 // vIndex: 2
37 virtual void applyUpdatedData(::ShapeDataPayload const& packet) /*override*/;
38
39 // vIndex: 0
40 virtual ~ScriptArrowShape() /*override*/;
41 // NOLINTEND
42
43public:
44 // member functions
45 // NOLINTBEGIN
46 MCAPI ::ScriptModuleDebugUtilities::ScriptArrowShape&
48 // NOLINTEND
49
50public:
51 // static functions
52 // NOLINTBEGIN
53 MCAPI static ::Scripting::ClassBinding bind();
54 // NOLINTEND
55
56public:
57 // destructor thunk
58 // NOLINTBEGIN
59 MCFOLD void $dtor();
60 // NOLINTEND
61
62public:
63 // virtual function thunks
64 // NOLINTBEGIN
65 MCAPI void $populatePacketData(::ShapeDataPayload& packet) const;
66
67 MCAPI void $applyUpdatedData(::ShapeDataPayload const& packet);
68 // NOLINTEND
69
70public:
71 // vftables
72 // NOLINTBEGIN
73 MCAPI static void** $vftable();
74 // NOLINTEND
75};
76
77} // namespace ScriptModuleDebugUtilities
Definition ScriptArrowShape.h:16
Definition ScriptLineShape.h:17
Definition ShapeDataPayload.h:22