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
virtual
bool
test(
::Block
const
& block,
::Randomize
&)
const
/*override*/
;
29
30
virtual
bool
test(
::BlockPos
const
&,
::BlockPos
const
&,
::Randomize
&)
const
/*override*/
;
31
32
virtual ::StructurePoolBlockPredicateType getType()
const
/*override*/
;
33
34
virtual
void
appendMetadataKey(
::Util::XXHash
& hash)
const
/*override*/
;
35
36
virtual
~StructurePoolBlockPredicateBlockMatch
()
/*override*/
=
default
;
37
// NOLINTEND
38
39
public
:
40
// virtual function thunks
41
// NOLINTBEGIN
42
MCAPI
bool
$test(
::Block
const
& block,
::Randomize
&)
const
;
43
44
MCFOLD
bool
$test(
::BlockPos
const
&,
::BlockPos
const
&,
::Randomize
&)
const
;
45
46
MCFOLD ::StructurePoolBlockPredicateType $getType()
const
;
47
48
MCAPI
void
$appendMetadataKey(
::Util::XXHash
& hash)
const
;
49
50
51
// NOLINTEND
52
53
public
:
54
// vftables
55
// NOLINTBEGIN
56
MCNAPI
static
void
**
$vftable
();
57
// NOLINTEND
58
};
BlockPos
Definition
BlockPos.h:19
Block
Definition
Block.h:43
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
mc
world
level
levelgen
structure
structurepools
StructurePoolBlockPredicateBlockMatch.h
Generated on
for LeviLamina by
1.16.1