LeviLamina
Loading...
Searching...
No Matches
FeaturePlacementFailureLog.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/core/string/StaticOptimizedString.h"
7
8
class
FeaturePlacementFailureLog
{
9
public
:
10
// FeaturePlacementFailureLog inner types declare
11
// clang-format off
12
struct
SourceMessagePair
;
13
// clang-format on
14
15
// FeaturePlacementFailureLog inner types define
16
struct
SourceMessagePair
{
17
public
:
18
// member variables
19
// NOLINTBEGIN
20
::ll::TypedStorage<8, 8, ::Bedrock::StaticOptimizedString> source;
21
::ll::TypedStorage<8, 8, ::Bedrock::StaticOptimizedString> message;
22
// NOLINTEND
23
};
24
25
using
Log = ::std::vector<::FeaturePlacementFailureLog::SourceMessagePair>;
26
27
public
:
28
// member variables
29
// NOLINTBEGIN
30
::ll::TypedStorage<8, 24, ::std::vector<::FeaturePlacementFailureLog::SourceMessagePair>> mFailureLog;
31
// NOLINTEND
32
33
public
:
34
// member functions
35
// NOLINTBEGIN
36
MCFOLD ::std::vector<::FeaturePlacementFailureLog::SourceMessagePair>
const
& getFailureLog()
const
;
37
38
MCAPI
void
logFailure(
::Bedrock::StaticOptimizedString
source,
::Bedrock::StaticOptimizedString
message);
39
40
MCAPI
~FeaturePlacementFailureLog
();
41
// NOLINTEND
42
43
public
:
44
// destructor thunk
45
// NOLINTBEGIN
46
MCAPI
void
$dtor();
47
// NOLINTEND
48
};
Bedrock::StaticOptimizedString
Definition
StaticOptimizedString.h:10
FeaturePlacementFailureLog
Definition
FeaturePlacementFailureLog.h:8
FeaturePlacementFailureLog::SourceMessagePair
Definition
FeaturePlacementFailureLog.h:16
src
mc
world
level
levelgen
feature
FeaturePlacementFailureLog.h
Generated on
for LeviLamina by
1.16.1