LeviLamina
Loading...
Searching...
No Matches
ScriptBlockSnowContainerComponent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/scripting/lifetime_registry/StrongTypedObjectHandle.h"
7#include "mc/scripting/modules/minecraft/block/components/BaseScriptBlockLiquidContainerComponent.h"
8
9// auto generated forward declare list
10// clang-format off
11class BlockPos;
12class BlockSource;
13namespace Scripting { class WeakLifetimeScope; }
14namespace Scripting { struct ClassBinding; }
15// clang-format on
16
17namespace ScriptModuleMinecraft {
18
19class ScriptBlockSnowContainerComponent : public ::ScriptModuleMinecraft::BaseScriptBlockLiquidContainerComponent {
20public:
21 // prevent constructor by default
22 ScriptBlockSnowContainerComponent& operator=(ScriptBlockSnowContainerComponent const&);
23 ScriptBlockSnowContainerComponent();
24
25public:
26 // virtual functions
27 // NOLINTBEGIN
28 virtual ~ScriptBlockSnowContainerComponent() /*override*/ = default;
29 // NOLINTEND
30
31public:
32 // member functions
33 // NOLINTBEGIN
34 MCAPI ScriptBlockSnowContainerComponent(::ScriptModuleMinecraft::ScriptBlockSnowContainerComponent const&);
35 // NOLINTEND
36
37public:
38 // static functions
39 // NOLINTBEGIN
40 MCAPI static ::Scripting::ClassBinding bind();
41
42 MCAPI static ::std::optional<
44 tryCreate(::BlockSource& region, ::BlockPos position, ::Scripting::WeakLifetimeScope const& scope);
45 // NOLINTEND
46
47public:
48 // static variables
49 // NOLINTBEGIN
50 MCAPI static char const*& ComponentId();
51 // NOLINTEND
52
53public:
54 // constructor thunks
55 // NOLINTBEGIN
57 // NOLINTEND
58
59public:
60 // vftables
61 // NOLINTBEGIN
62 MCNAPI static void** $vftable();
63 // NOLINTEND
64};
65
66} // namespace ScriptModuleMinecraft
Definition BlockPos.h:19
Definition BlockSource.h:68
Definition BaseScriptBlockLiquidContainerComponent.h:19
Definition ScriptBlockSnowContainerComponent.h:19
Definition StrongTypedObjectHandle.h:8
Definition WeakLifetimeScope.h:7
Definition ClassBinding.h:19