LeviLamina
Loading...
Searching...
No Matches
VanillaBlockTypeComponentAdder.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class BlockType;
8class HashedString;
9// clang-format on
10
11class VanillaBlockTypeComponentAdder {
12public:
13 // member variables
14 // NOLINTBEGIN
15 ::ll::TypedStorage<8, 8, ::BlockType&> mBlockType;
16 // NOLINTEND
17
18public:
19 // prevent constructor by default
20 VanillaBlockTypeComponentAdder& operator=(VanillaBlockTypeComponentAdder const&);
21 VanillaBlockTypeComponentAdder(VanillaBlockTypeComponentAdder const&);
22 VanillaBlockTypeComponentAdder();
23
24public:
25 // member functions
26 // NOLINTBEGIN
27 MCAPI explicit VanillaBlockTypeComponentAdder(::HashedString const& blockName);
28
29 MCAPI ~VanillaBlockTypeComponentAdder();
30 // NOLINTEND
31
32public:
33 // constructor thunks
34 // NOLINTBEGIN
35 MCAPI void* $ctor(::HashedString const& blockName);
36 // NOLINTEND
37
38public:
39 // destructor thunk
40 // NOLINTBEGIN
41 MCAPI void $dtor();
42 // NOLINTEND
43};
Definition BlockType.h:84
Definition HashedString.h:5