LeviLamina
Loading...
Searching...
No Matches
BlockSourceFactoryImpl.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class ILevel;
9struct DimensionType;
10// clang-format on
11
12class BlockSourceFactoryImpl {
13public:
14 // member variables
15 // NOLINTBEGIN
17 // NOLINTEND
18
19public:
20 // prevent constructor by default
21 BlockSourceFactoryImpl& operator=(BlockSourceFactoryImpl const&);
22 BlockSourceFactoryImpl(BlockSourceFactoryImpl const&);
23 BlockSourceFactoryImpl();
24
25public:
26 // member functions
27 // NOLINTBEGIN
28 MCAPI explicit BlockSourceFactoryImpl(::gsl::not_null<::ILevel*> level);
29
30 MCAPI void _createOrUpdate(::MockableOwnedBlockSource& region, ::DimensionType type) const;
31 // NOLINTEND
32
33public:
34 // constructor thunks
35 // NOLINTBEGIN
36 MCAPI void* $ctor(::gsl::not_null<::ILevel*> level);
37 // NOLINTEND
38};
Definition ILevel.h:219
Definition MockableOwnedBlockSource.h:10
Definition DimensionType.h:5
Definition Alias.h:14