LeviLamina
Loading...
Searching...
No Matches
BaseScriptBlockActorComponent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/scripting/modules/minecraft/block/components/BaseScriptBlockComponent.h"
7
8namespace ScriptModuleMinecraft {
9
11public:
12 // member variables
13 // NOLINTBEGIN
14 ::ll::TypedStorage<8, 8, void*> mBlockActor;
15 // NOLINTEND
16
17public:
18 // virtual functions
19 // NOLINTBEGIN
20 virtual ~BaseScriptBlockActorComponent() /*override*/ = default;
21
22 virtual bool _isValid() const /*override*/;
23 // NOLINTEND
24
25public:
26 // virtual function thunks
27 // NOLINTBEGIN
28 MCAPI bool $_isValid() const;
29
30
31 // NOLINTEND
32
33public:
34 // vftables
35 // NOLINTBEGIN
36 MCNAPI static void** $vftable();
37 // NOLINTEND
38};
39
40} // namespace ScriptModuleMinecraft
Definition BaseScriptBlockActorComponent.h:10
Definition BaseScriptBlockComponent.h:18