LeviLamina
Loading...
Searching...
No Matches
BlockTypePlacementProcessor.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/util/Random.h"
7
8// auto generated forward declare list
9// clang-format off
13// clang-format on
14
16public:
17 // member variables
18 // NOLINTBEGIN
19 ::ll::TypedStorage<4, 4, float> mChance;
20 ::ll::TypedStorage<8, 2576, ::Random> mRandom;
21 ::ll::TypedStorage<1, 1, bool> mHasGravity;
22 ::ll::TypedStorage<8, 8, ::std::vector<::std::unique_ptr<::StructurePoolBlockRule>> const*> mBlockRules;
23 ::ll::TypedStorage<8, 8, ::std::vector<::std::unique_ptr<::StructurePoolBlockTagRule>> const*> mBlockTagRules;
24 // NOLINTEND
25
26public:
27 // prevent constructor by default
29
30public:
31 // member functions
32 // NOLINTBEGIN
33 MCAPI explicit BlockTypePlacementProcessor(::LegacyStructureSettings const& settings);
34
36 // NOLINTEND
37
38public:
39 // constructor thunks
40 // NOLINTBEGIN
41 MCAPI void* $ctor(::LegacyStructureSettings const& settings);
42 // NOLINTEND
43
44public:
45 // destructor thunk
46 // NOLINTBEGIN
47 MCAPI void $dtor();
48 // NOLINTEND
49};
Definition BlockTypePlacementProcessor.h:15
Definition LegacyStructureSettings.h:22
Definition StructurePoolBlockRule.h:13
Definition StructurePoolBlockTagRule.h:10