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 MCNAPI ::ScriptModuleDebugUtilities::ScriptCircleShape&
34 // NOLINTEND
35
36public:
37 // static functions
38 // NOLINTBEGIN
39 MCNAPI static ::Scripting::ClassBinding bind();
40 // NOLINTEND
41
42public:
43 // constructor thunks
44 // NOLINTBEGIN
46 // NOLINTEND
47
48public:
49 // destructor thunk
50 // NOLINTBEGIN
51 MCNAPI void $dtor();
52 // NOLINTEND
53
54public:
55 // vftables
56 // NOLINTBEGIN
57 MCNAPI static void** $vftable();
58 // NOLINTEND
59};
60
61} // namespace ScriptModuleDebugUtilities
Definition ScriptCircleShape.h:15
MCAPI ScriptCircleShape(::ScriptModuleDebugUtilities::ScriptCircleShape const &)
static MCAPI ::Scripting::ClassBinding bind()
MCAPI::ScriptModuleDebugUtilities::ScriptCircleShape & operator=(::ScriptModuleDebugUtilities::ScriptCircleShape const &)
MCAPI void * $ctor(::ScriptModuleDebugUtilities::ScriptCircleShape const &)
Definition ScriptDebugShape.h:13