LeviLamina
Loading...
Searching...
No Matches
StructurePoolBlockPredicateAlwaysTrue.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
StructurePoolBlockPredicateAlwaysTrue
:
public
::IStructurePoolBlockPredicate
{
18
public
:
19
// virtual functions
20
// NOLINTBEGIN
21
// vIndex: 2
22
virtual
bool
test(
::Block
const
& block,
::Randomize
& randomize)
const
/*override*/
;
23
24
// vIndex: 1
25
virtual
bool
test(
::BlockPos
const
&,
::BlockPos
const
&,
::Randomize
&)
const
/*override*/
;
26
27
// vIndex: 5
28
virtual ::StructurePoolBlockPredicateType getType()
const
/*override*/
;
29
30
// vIndex: 6
31
virtual
void
appendMetadataKey(
::Util::XXHash
& hash)
const
/*override*/
;
32
33
// vIndex: 0
34
virtual
~StructurePoolBlockPredicateAlwaysTrue
()
/*override*/
=
default
;
35
// NOLINTEND
36
37
public
:
38
// virtual function thunks
39
// NOLINTBEGIN
40
MCFOLD
bool
$test(
::Block
const
& block,
::Randomize
& randomize)
const
;
41
42
MCFOLD
bool
$test(
::BlockPos
const
&,
::BlockPos
const
&,
::Randomize
&)
const
;
43
44
MCFOLD ::StructurePoolBlockPredicateType $getType()
const
;
45
46
MCFOLD
void
$appendMetadataKey(
::Util::XXHash
& hash)
const
;
47
// NOLINTEND
48
49
public
:
50
// vftables
51
// NOLINTBEGIN
52
MCNAPI
static
void
**
$vftable
();
53
// NOLINTEND
54
};
BlockPos
Definition
BlockPos.h:18
Block
Definition
Block.h:38
IStructurePoolBlockPredicate
Definition
IStructurePoolBlockPredicate.h:18
Randomize
Definition
Randomize.h:13
StructurePoolBlockPredicateAlwaysTrue
Definition
StructurePoolBlockPredicateAlwaysTrue.h:17
StructurePoolBlockPredicateAlwaysTrue::$vftable
static MCAPI void ** $vftable()
Util::XXHash
Definition
XXHash.h:7
src
mc
world
level
levelgen
structure
structurepools
StructurePoolBlockPredicateAlwaysTrue.h
Generated on Fri Jun 13 2025 05:05:21 for LeviLamina by
1.12.0