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
virtual
bool
test(
::Block
const
& block,
::Randomize
& randomize)
const
/*override*/
;
22
23
virtual
bool
test(
::BlockPos
const
&,
::BlockPos
const
&,
::Randomize
&)
const
/*override*/
;
24
25
virtual ::StructurePoolBlockPredicateType getType()
const
/*override*/
;
26
27
virtual
void
appendMetadataKey(
::Util::XXHash
& hash)
const
/*override*/
;
28
29
virtual
~StructurePoolBlockPredicateAlwaysTrue
()
/*override*/
=
default
;
30
// NOLINTEND
31
32
public
:
33
// virtual function thunks
34
// NOLINTBEGIN
35
MCFOLD
bool
$test(
::Block
const
& block,
::Randomize
& randomize)
const
;
36
37
MCFOLD
bool
$test(
::BlockPos
const
&,
::BlockPos
const
&,
::Randomize
&)
const
;
38
39
MCFOLD ::StructurePoolBlockPredicateType $getType()
const
;
40
41
MCFOLD
void
$appendMetadataKey(
::Util::XXHash
& hash)
const
;
42
43
44
// NOLINTEND
45
46
public
:
47
// vftables
48
// NOLINTBEGIN
49
MCNAPI
static
void
**
$vftable
();
50
// NOLINTEND
51
};
BlockPos
Definition
BlockPos.h:19
Block
Definition
Block.h:43
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
for LeviLamina by
1.16.1