LeviLamina
Loading...
Searching...
No Matches
StructurePoolBlockPredicateBlockMatch.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/level/levelgen/structure/structurepools/IStructurePoolBlockPredicate.h"
7
#include "mc/world/level/levelgen/structure/structurepools/StructurePoolBlockPredicateType.h"
8
9
// auto generated forward declare list
10
// clang-format off
11
class
Block
;
12
class
BlockPos
;
13
class
HashedString
;
14
class
Randomize
;
15
namespace
Util {
class
XXHash; }
16
// clang-format on
17
18
class
StructurePoolBlockPredicateBlockMatch
:
public
::IStructurePoolBlockPredicate
{
19
public
:
20
// member variables
21
// NOLINTBEGIN
22
::ll::TypedStorage<8, 24, ::std::vector<::HashedString>
const
> mBlockMatchings;
23
// NOLINTEND
24
25
public
:
26
// virtual functions
27
// NOLINTBEGIN
28
// vIndex: 2
29
virtual
bool
test(
::Block
const
& block,
::Randomize
&)
const
/*override*/
;
30
31
// vIndex: 1
32
virtual
bool
test(
::BlockPos
const
&,
::BlockPos
const
&,
::Randomize
&)
const
/*override*/
;
33
34
// vIndex: 5
35
virtual ::StructurePoolBlockPredicateType getType()
const
/*override*/
;
36
37
// vIndex: 6
38
virtual
void
appendMetadataKey(
::Util::XXHash
& hash)
const
/*override*/
;
39
40
// vIndex: 0
41
virtual
~StructurePoolBlockPredicateBlockMatch
()
/*override*/
=
default
;
42
// NOLINTEND
43
44
public
:
45
// virtual function thunks
46
// NOLINTBEGIN
47
MCAPI
bool
$test(
::Block
const
& block,
::Randomize
&)
const
;
48
49
MCFOLD
bool
$test(
::BlockPos
const
&,
::BlockPos
const
&,
::Randomize
&)
const
;
50
51
MCFOLD ::StructurePoolBlockPredicateType $getType()
const
;
52
53
MCAPI
void
$appendMetadataKey(
::Util::XXHash
& hash)
const
;
54
// NOLINTEND
55
56
public
:
57
// vftables
58
// NOLINTBEGIN
59
MCNAPI
static
void
**
$vftable
();
60
// NOLINTEND
61
};
BlockPos
Definition
BlockPos.h:17
Block
Definition
Block.h:37
HashedString
Definition
HashedString.h:5
IStructurePoolBlockPredicate
Definition
IStructurePoolBlockPredicate.h:18
Randomize
Definition
Randomize.h:13
StructurePoolBlockPredicateBlockMatch
Definition
StructurePoolBlockPredicateBlockMatch.h:18
StructurePoolBlockPredicateBlockMatch::$vftable
static MCAPI void ** $vftable()
Util::XXHash
Definition
XXHash.h:7
src-server
mc
world
level
levelgen
structure
structurepools
StructurePoolBlockPredicateBlockMatch.h
Generated on Tue Oct 28 2025 05:32:44 for LeviLamina by
1.12.0