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
public
:
25
// member functions
26
// NOLINTBEGIN
27
MCAPI
~SourceMessagePair
();
28
// NOLINTEND
29
30
public
:
31
// destructor thunk
32
// NOLINTBEGIN
33
MCAPI
void
$dtor();
34
// NOLINTEND
35
};
36
37
using
Log = ::std::vector<::FeaturePlacementFailureLog::SourceMessagePair>;
38
39
public
:
40
// member variables
41
// NOLINTBEGIN
42
::ll::TypedStorage<8, 24, ::std::vector<::FeaturePlacementFailureLog::SourceMessagePair>> mFailureLog;
43
// NOLINTEND
44
45
public
:
46
// member functions
47
// NOLINTBEGIN
48
MCAPI
void
logFailure(
::Bedrock::StaticOptimizedString
source,
::Bedrock::StaticOptimizedString
message);
49
50
MCAPI
~FeaturePlacementFailureLog
();
51
// NOLINTEND
52
53
public
:
54
// destructor thunk
55
// NOLINTBEGIN
56
MCAPI
void
$dtor();
57
// NOLINTEND
58
};
Bedrock::StaticOptimizedString
Definition
StaticOptimizedString.h:7
FeaturePlacementFailureLog
Definition
FeaturePlacementFailureLog.h:8
FeaturePlacementFailureLog::SourceMessagePair
Definition
FeaturePlacementFailureLog.h:16
src-server
mc
world
level
levelgen
feature
FeaturePlacementFailureLog.h
Generated on Sun Oct 12 2025 06:32:31 for LeviLamina by
1.12.0