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
8// auto generated forward declare list
9// clang-format off
10class BlockActor;
11// clang-format on
12
13namespace ScriptModuleMinecraft {
14
16public:
17 // member variables
18 // NOLINTBEGIN
20 // NOLINTEND
21
22public:
23 // prevent constructor by default
27
28public:
29 // virtual functions
30 // NOLINTBEGIN
31 // vIndex: 0
32 virtual ~BaseScriptBlockActorComponent() /*override*/;
33
34 // vIndex: 3
35 virtual bool _isValid() const /*override*/;
36 // NOLINTEND
37
38public:
39 // member functions
40 // NOLINTBEGIN
41 MCNAPI ::BlockActor const* _tryGetOwner() const;
42
43 MCNAPI ::BlockActor* _tryGetOwner();
44 // NOLINTEND
45
46public:
47 // destructor thunk
48 // NOLINTBEGIN
49 MCNAPI void $dtor();
50 // NOLINTEND
51
52public:
53 // virtual function thunks
54 // NOLINTBEGIN
55 MCNAPI bool $_isValid() const;
56 // NOLINTEND
57
58public:
59 // vftables
60 // NOLINTBEGIN
61 MCNAPI static void** $vftable();
62 // NOLINTEND
63};
64
65} // namespace ScriptModuleMinecraft
Definition BlockActor.h:32
Definition BaseScriptBlockActorComponent.h:15
MCAPI::BlockActor const * _tryGetOwner() const
Definition BaseScriptBlockComponent.h:17
Definition Alias.h:14