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/scripting/modules/minecraft/block/components/BaseScriptBlockLiquidContainerComponent.h"
7
8namespace ScriptModuleMinecraft {
9
11public:
12 // virtual functions
13 // NOLINTBEGIN
14 // vIndex: 0
15 virtual ~ScriptBlockSnowContainerComponent() /*override*/ = default;
16 // NOLINTEND
17
18public:
19 // static variables
20 // NOLINTBEGIN
21 MCAPI static char const*& ComponentId();
22 // NOLINTEND
23
24public:
25 // destructor thunk
26 // NOLINTBEGIN
27
28 // NOLINTEND
29
30public:
31 // vftables
32 // NOLINTBEGIN
33 MCAPI static void** $vftable();
34 // NOLINTEND
35};
36
37} // namespace ScriptModuleMinecraft
Definition BaseScriptBlockLiquidContainerComponent.h:13
Definition ScriptBlockSnowContainerComponent.h:10