LeviLamina
Loading...
Searching...
No Matches
IStructurePoolBlockPredicate.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/level/levelgen/structure/structurepools/StructurePoolBlockPredicateType.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
Block
;
11
class
BlockPos
;
12
class
BlockSource
;
13
class
IRandom
;
14
class
Randomize
;
15
namespace
Util {
class
XXHash; }
16
// clang-format on
17
18
class
IStructurePoolBlockPredicate
{
19
public
:
20
// virtual functions
21
// NOLINTBEGIN
22
// vIndex: 0
23
virtual
~IStructurePoolBlockPredicate
() =
default
;
24
25
// vIndex: 2
26
virtual
bool
test(
::Block
const
&,
::Randomize
&)
const
= 0;
27
28
// vIndex: 1
29
virtual
bool
test(
::BlockPos
const
&,
::BlockPos
const
&,
::Randomize
&)
const
= 0;
30
31
// vIndex: 3
32
virtual
bool
finalize(
::BlockSource
&,
::IRandom
&);
33
34
// vIndex: 4
35
virtual ::std::string validate()
const
;
36
37
// vIndex: 5
38
virtual ::StructurePoolBlockPredicateType getType()
const
= 0;
39
40
// vIndex: 6
41
virtual
void
appendMetadataKey(
::Util::XXHash
&)
const
= 0;
42
// NOLINTEND
43
44
public
:
45
// virtual function thunks
46
// NOLINTBEGIN
47
MCFOLD
bool
$finalize(
::BlockSource
&,
::IRandom
&);
48
49
MCFOLD ::std::string $validate()
const
;
50
// NOLINTEND
51
};
BlockPos
Definition
BlockPos.h:18
BlockSource
Definition
BlockSource.h:67
Block
Definition
Block.h:38
IRandom
Definition
IRandom.h:10
IStructurePoolBlockPredicate
Definition
IStructurePoolBlockPredicate.h:18
Randomize
Definition
Randomize.h:13
Util::XXHash
Definition
XXHash.h:7
src
mc
world
level
levelgen
structure
structurepools
IStructurePoolBlockPredicate.h
Generated on Fri Jun 13 2025 05:05:21 for LeviLamina by
1.12.0