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/scripting/modules/minecraft/ScriptBlockVolumeIterable.h"
8
9// auto generated forward declare list
10// clang-format off
12namespace Scripting { class WeakLifetimeScope; }
13namespace Scripting { struct ClassBinding; }
14namespace Scripting { struct EnumBinding; }
15// clang-format on
16
17namespace ScriptModuleMinecraft {
18
21 public ::Scripting::WeakHandleFromThis<::ScriptModuleMinecraft::ScriptCompoundBlockVolume> {
22public:
23 // member variables
24 // NOLINTBEGIN
27 // NOLINTEND
28
29public:
30 // prevent constructor by default
33
34public:
35 // virtual functions
36 // NOLINTBEGIN
37 // vIndex: 0
38 virtual ~ScriptCompoundBlockVolume() /*override*/ = default;
39 // NOLINTEND
40
41public:
42 // member functions
43 // NOLINTBEGIN
45
46 MCNAPI ::ScriptModuleMinecraft::ScriptCompoundBlockVolume&
48 // NOLINTEND
49
50public:
51 // static functions
52 // NOLINTBEGIN
53 MCNAPI static ::Scripting::EnumBinding bindActionEnums();
54
55 MCNAPI static ::Scripting::ClassBinding bindClass();
56
57 MCNAPI static ::Scripting::EnumBinding bindRelativeEnums();
58 // NOLINTEND
59
60public:
61 // constructor thunks
62 // NOLINTBEGIN
63 MCNAPI void* $ctor(::CompoundBlockVolume const& volume, ::Scripting::WeakLifetimeScope const& scope);
64 // NOLINTEND
65
66public:
67 // vftables
68 // NOLINTBEGIN
69 MCNAPI static void** $vftable();
70 // NOLINTEND
71};
72
73} // namespace ScriptModuleMinecraft
Definition CompoundBlockVolume.h:16
Definition ScriptBlockVolumeIterable.h:7
Definition ScriptCompoundBlockVolume.h:21
static MCAPI ::Scripting::ClassBinding bindClass()
MCAPI ScriptCompoundBlockVolume(::CompoundBlockVolume const &volume, ::Scripting::WeakLifetimeScope const &scope)
static MCAPI ::Scripting::EnumBinding bindActionEnums()
MCAPI void * $ctor(::CompoundBlockVolume const &volume, ::Scripting::WeakLifetimeScope const &scope)
MCAPI::ScriptModuleMinecraft::ScriptCompoundBlockVolume & operator=(::ScriptModuleMinecraft::ScriptCompoundBlockVolume const &)
static MCAPI ::Scripting::EnumBinding bindRelativeEnums()
Definition WeakHandleFromThis.h:8
Definition WeakLifetimeScope.h:12
Definition Alias.h:14