LeviLamina
Loading...
Searching...
No Matches
BlockSourceFactoryImpl.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/utility/AutomaticID.h"
7
8// auto generated forward declare list
9// clang-format off
10class Dimension;
12// clang-format on
13
15public:
16 // member variables
17 // NOLINTBEGIN
19 // NOLINTEND
20
21public:
22 // prevent constructor by default
26
27public:
28 // member functions
29 // NOLINTBEGIN
30 MCAPI void _createOrUpdate(::MockableOwnedBlockSource& region, ::DimensionType type) const;
31 // NOLINTEND
32};
Definition AutomaticID.h:6
Definition BlockSourceFactoryImpl.h:14
Definition Dimension.h:83
Definition MockableOwnedBlockSource.h:5
Definition Alias.h:14