LeviLamina
Loading...
Searching...
No Matches
JigsawStructurePostprocessAction.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/level/BlockPos.h"
7#include "mc/world/level/chunk/IRequestAction.h"
8#include "mc/world/level/levelgen/structure/BoundingBox.h"
9#include "mc/world/level/levelgen/structure/structurepools/JigsawReplacement.h"
10#include "mc/world/level/levelgen/v2/LiquidSettings.h"
11
12// auto generated forward declare list
13// clang-format off
14class BlockSource;
15class CompoundTag;
16class Dimension;
18class ServerLevel;
19namespace br::worldgen { class PoolElementStructureSection; }
20namespace cereal { struct ReflectionCtx; }
21// clang-format on
22
24public:
25 // member variables
26 // NOLINTBEGIN
27 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::br::worldgen::PoolElementStructureSection>> mSection;
28 ::ll::TypedStorage<4, 12, ::BlockPos> mOriginPos;
29 ::ll::TypedStorage<4, 24, ::BoundingBox> mChunkBounds;
30 ::ll::TypedStorage<8, 8, ::BlockSource*> mRegionOverride;
31 ::ll::TypedStorage<1, 1, ::br::worldgen::JigsawReplacement> mJigsawReplacement;
32 ::ll::TypedStorage<1, 1, bool> mIncludeEntities;
33 ::ll::TypedStorage<1, 1, ::br::worldgen::LiquidSettings> mLiquidSettings;
34 // NOLINTEND
35
36public:
37 // virtual functions
38 // NOLINTBEGIN
39 virtual void execute(::ServerLevel& level, ::Dimension& dimension) /*override*/;
40
41 virtual void serialize(::CompoundTag& tag) /*override*/;
42
43 virtual ~JigsawStructurePostprocessAction() /*override*/ = default;
44 // NOLINTEND
45
46public:
47 // static functions
48 // NOLINTBEGIN
49 MCAPI static ::std::unique_ptr<::JigsawStructurePostprocessAction>
50 load(::CompoundTag const& tag, ::JigsawStructureElementRegistry const& elementReg);
51 // NOLINTEND
52
53public:
54 // static variables
55 // NOLINTBEGIN
56 MCAPI static ::std::unique_ptr<::cereal::ReflectionCtx>& mCerealContext();
57 // NOLINTEND
58
59public:
60 // virtual function thunks
61 // NOLINTBEGIN
62 MCAPI void $execute(::ServerLevel& level, ::Dimension& dimension);
63
64 MCAPI void $serialize(::CompoundTag& tag);
65
66
67 // NOLINTEND
68
69public:
70 // vftables
71 // NOLINTBEGIN
72 MCNAPI static void** $vftable();
73 // NOLINTEND
74};
Definition BlockSource.h:68
Definition CompoundTag.h:23
Definition Dimension.h:85
Definition IRequestAction.h:12
Definition JigsawStructureElementRegistry.h:10
Definition JigsawStructurePostprocessAction.h:23
static MCAPI void ** $vftable()
Definition ServerLevel.h:50
Definition PoolElementStructureSection.h:27
Definition ReflectionCtx.h:11