LeviLamina
Loading...
Searching...
No Matches
BlockComponentStorage.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/utility/typeid_t.h"
7
9public:
10 // BlockComponentStorage inner types declare
11 // clang-format off
12 struct ComponentBase;
13 // clang-format on
14
15 // BlockComponentStorage inner types define
17 public:
18 // virtual functions
19 // NOLINTBEGIN
20 // vIndex: 0
21 virtual ~ComponentBase() = default;
22 // NOLINTEND
23
24 public:
25 // destructor thunk
26 // NOLINTBEGIN
27
28 // NOLINTEND
29 };
30
31public:
32 // member variables
33 // NOLINTBEGIN
39 // NOLINTEND
40
41public:
42 // prevent constructor by default
46
47public:
48 // member functions
49 // NOLINTBEGIN
50 MCAPI void _addStatelessComponent(::Bedrock::typeid_t<void> typeId);
51
53 // NOLINTEND
54
55public:
56 // destructor thunk
57 // NOLINTBEGIN
58 MCFOLD void $dtor();
59 // NOLINTEND
60};
Definition typeid_t.h:25
Definition BlockComponentStorage.h:8
Definition BlockComponentStorage.h:16
Definition Alias.h:14