LeviLamina
Loading...
Searching...
No Matches
LegacyBlockPlacementProcessor.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
8// clang-format on
9
11public:
12 // member variables
13 // NOLINTBEGIN
19 // NOLINTEND
20
21public:
22 // prevent constructor by default
26
27public:
28 // member functions
29 // NOLINTBEGIN
31
33 // NOLINTEND
34
35public:
36 // constructor thunks
37 // NOLINTBEGIN
38 MCNAPI void* $ctor(::LegacyStructureSettings const& settings);
39 // NOLINTEND
40
41public:
42 // destructor thunk
43 // NOLINTBEGIN
44 MCNAPI void $dtor();
45 // NOLINTEND
46};
Definition LegacyBlockPlacementProcessor.h:10
MCAPI void * $ctor(::LegacyStructureSettings const &settings)
MCAPI LegacyBlockPlacementProcessor(::LegacyStructureSettings const &settings)
Definition LegacyStructureSettings.h:22
Definition Alias.h:14