LeviLamina
Loading...
Searching...
No Matches
ScriptCompoundBlockVolume.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/scripting/lifetime_registry/WeakHandleFromThis.h"
7#include "mc/deps/scripting/lifetime_registry/WeakLifetimeScope.h"
8#include "mc/scripting/modules/minecraft/ScriptBlockVolumeIterable.h"
9
10// auto generated forward declare list
11// clang-format off
13namespace Scripting { struct ClassBinding; }
14namespace Scripting { struct EnumBinding; }
15// clang-format on
16
17namespace ScriptModuleMinecraft {
18
19class ScriptCompoundBlockVolume
21 public ::Scripting::WeakHandleFromThis<::ScriptModuleMinecraft::ScriptCompoundBlockVolume> {
22public:
23 // member variables
24 // NOLINTBEGIN
25 ::ll::TypedStorage<8, 16, ::Scripting::WeakLifetimeScope> mScope;
26 ::ll::TypedStorage<8, 16, ::std::shared_ptr<::CompoundBlockVolume>> mVolume;
27 // NOLINTEND
28
29public:
30 // prevent constructor by default
31 ScriptCompoundBlockVolume();
32
33public:
34 // virtual functions
35 // NOLINTBEGIN
36 virtual ~ScriptCompoundBlockVolume() /*override*/;
37 // NOLINTEND
38
39public:
40 // member functions
41 // NOLINTBEGIN
42 MCAPI explicit ScriptCompoundBlockVolume(::Scripting::WeakLifetimeScope const& scope);
43
44 MCAPI ScriptCompoundBlockVolume(::CompoundBlockVolume const& volume, ::Scripting::WeakLifetimeScope const& scope);
45 // NOLINTEND
46
47public:
48 // static functions
49 // NOLINTBEGIN
50 MCAPI static ::Scripting::EnumBinding bindActionEnums();
51
52 MCAPI static ::Scripting::ClassBinding bindClass();
53
54 MCAPI static ::Scripting::EnumBinding bindRelativeEnums();
55 // NOLINTEND
56
57public:
58 // constructor thunks
59 // NOLINTBEGIN
60 MCAPI void* $ctor(::Scripting::WeakLifetimeScope const& scope);
61
62 MCAPI void* $ctor(::CompoundBlockVolume const& volume, ::Scripting::WeakLifetimeScope const& scope);
63 // NOLINTEND
64
65public:
66 // destructor thunk
67 // NOLINTBEGIN
68 MCAPI void $dtor();
69 // NOLINTEND
70
71public:
72 // vftables
73 // NOLINTBEGIN
74 MCNAPI static void** $vftable();
75 // NOLINTEND
76};
77
78} // namespace ScriptModuleMinecraft
Definition CompoundBlockVolume.h:18
Definition ScriptBlockVolumeIterable.h:7
Definition WeakHandleFromThis.h:8
Definition WeakLifetimeScope.h:14
Definition ClassBinding.h:19
Definition EnumBinding.h:15