LeviLamina
Loading...
Searching...
No Matches
StructurePoolBlockPredicateTrueIfFound.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
Randomize
;
14
namespace
Util {
class
XXHash; }
15
// clang-format on
16
17
class
StructurePoolBlockPredicateTrueIfFound
:
public
::IStructurePoolBlockPredicate
{
18
public
:
19
// member variables
20
// NOLINTBEGIN
21
::ll::TypedStorage<8, 16, ::std::set<::Block const*>> mReplacable;
22
::ll::TypedStorage<4, 4, float const> mProbability;
23
// NOLINTEND
24
25
public
:
26
// virtual functions
27
// NOLINTBEGIN
28
// vIndex: 2
29
virtual
bool
test(
::Block
const
& block,
::Randomize
& 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
~StructurePoolBlockPredicateTrueIfFound
()
/*override*/
=
default
;
42
// NOLINTEND
43
44
public
:
45
// destructor thunk
46
// NOLINTBEGIN
47
48
// NOLINTEND
49
50
public
:
51
// virtual function thunks
52
// NOLINTBEGIN
53
MCAPI
bool
$test(
::Block
const
& block,
::Randomize
& randomize)
const
;
54
55
MCFOLD
bool
$test(
::BlockPos
const
&,
::BlockPos
const
&,
::Randomize
&)
const
;
56
57
MCFOLD ::StructurePoolBlockPredicateType $getType()
const
;
58
59
MCAPI
void
$appendMetadataKey(
::Util::XXHash
& hash)
const
;
60
// NOLINTEND
61
62
public
:
63
// vftables
64
// NOLINTBEGIN
65
MCAPI
static
void
** $vftable();
66
// NOLINTEND
67
};
BlockPos
Definition
BlockPos.h:18
Block
Definition
Block.h:36
IStructurePoolBlockPredicate
Definition
IStructurePoolBlockPredicate.h:18
Randomize
Definition
Randomize.h:13
StructurePoolBlockPredicateTrueIfFound
Definition
StructurePoolBlockPredicateTrueIfFound.h:17
Util::XXHash
Definition
XXHash.h:7
src
mc
world
level
levelgen
structure
structurepools
StructurePoolBlockPredicateTrueIfFound.h
Generated on Sat Apr 26 2025 05:56:28 for LeviLamina by
1.12.0