LeviLamina
Loading...
Searching...
No Matches
StructurePoolBlockPredicateCappedArcheologyBlockReplacement.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/level/levelgen/structure/structurepools/StructurePoolBlockPredicateCappedRandomBlockReplacement.h"
7#include "mc/world/level/levelgen/structure/structurepools/StructurePoolBlockPredicateType.h"
8
9// auto generated forward declare list
10// clang-format off
11class BlockSource;
12class IRandom;
13// clang-format on
14
17public:
18 // member variables
19 // NOLINTBEGIN
20 ::ll::TypedStorage<8, 32, ::std::string const> mLootTable;
21 // NOLINTEND
22
23public:
24 // virtual functions
25 // NOLINTBEGIN
26 virtual bool finalize(::BlockSource& region, ::IRandom& random) /*override*/;
27
28 virtual ::std::string validate() const /*override*/;
29
30 virtual ::StructurePoolBlockPredicateType getType() const /*override*/;
31
32 virtual bool operator==(::StructurePoolBlockPredicateCappedArcheologyBlockReplacement const& other) const;
33
34 virtual bool operator!=(::StructurePoolBlockPredicateCappedArcheologyBlockReplacement const& other) const;
35
37 // NOLINTEND
38
39public:
40 // virtual function thunks
41 // NOLINTBEGIN
42 MCAPI bool $finalize(::BlockSource& region, ::IRandom& random);
43
44 MCAPI ::std::string $validate() const;
45
46 MCFOLD ::StructurePoolBlockPredicateType $getType() const;
47
48
49 // NOLINTEND
50
51public:
52 // vftables
53 // NOLINTBEGIN
54 MCNAPI static void** $vftable();
55 // NOLINTEND
56};
Definition BlockSource.h:68
Definition IRandom.h:13
Definition StructurePoolBlockPredicateCappedArcheologyBlockReplacement.h:16
Definition StructurePoolBlockPredicateCappedRandomBlockReplacement.h:22