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
10namespace Scripting { struct ClassBinding; }
11// clang-format on
12
13namespace ScriptModuleDebugUtilities {
14
16public:
17 // prevent constructor by default
19
20public:
21 // virtual functions
22 // NOLINTBEGIN
23 // vIndex: 0
24 virtual ~ScriptCircleShape() /*override*/;
25 // NOLINTEND
26
27public:
28 // member functions
29 // NOLINTBEGIN
31
32 MCFOLD ::ScriptModuleDebugUtilities::ScriptCircleShape&
34 // NOLINTEND
35
36public:
37 // static functions
38 // NOLINTBEGIN
39 MCAPI static ::Scripting::ClassBinding bind();
40 // NOLINTEND
41
42public:
43 // constructor thunks
44 // NOLINTBEGIN
45 MCFOLD void* $ctor(::ScriptModuleDebugUtilities::ScriptCircleShape const&);
46 // NOLINTEND
47
48public:
49 // destructor thunk
50 // NOLINTBEGIN
51 MCFOLD void $dtor();
52 // NOLINTEND
53
54public:
55 // vftables
56 // NOLINTBEGIN
57 MCAPI static void** $vftable();
58 // NOLINTEND
59};
60
61} // namespace ScriptModuleDebugUtilities
Definition ScriptCircleShape.h:15
Definition ScriptDebugShape.h:20