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 // vIndex: 3
27 virtual bool finalize(::BlockSource& region, ::IRandom& random) /*override*/;
28
29 // vIndex: 4
30 virtual ::std::string validate() const /*override*/;
31
32 // vIndex: 5
33 virtual ::StructurePoolBlockPredicateType getType() const /*override*/;
34
35 // vIndex: 9
36 virtual bool operator==(::StructurePoolBlockPredicateCappedArcheologyBlockReplacement const& other) const;
37
38 // vIndex: 10
39 virtual bool operator!=(::StructurePoolBlockPredicateCappedArcheologyBlockReplacement const& other) const;
40
41 // vIndex: 0
43 // NOLINTEND
44
45public:
46 // destructor thunk
47 // NOLINTBEGIN
48
49 // NOLINTEND
50
51public:
52 // virtual function thunks
53 // NOLINTBEGIN
54 MCAPI bool $finalize(::BlockSource& region, ::IRandom& random);
55
56 MCAPI ::std::string $validate() const;
57
58 MCFOLD ::StructurePoolBlockPredicateType $getType() const;
59 // NOLINTEND
60
61public:
62 // vftables
63 // NOLINTBEGIN
64 MCAPI static void** $vftable();
65 // NOLINTEND
66};
Definition BlockSource.h:67
Definition IRandom.h:10
Definition StructurePoolBlockPredicateCappedArcheologyBlockReplacement.h:16
Definition StructurePoolBlockPredicateCappedRandomBlockReplacement.h:21