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
IRandom
;
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
&,
::IRandom
&)
const
/*override*/
;
22
23
virtual
bool
test(
::BlockPos
const
&,
::BlockPos
const
&,
::IRandom
&)
const
/*override*/
;
24
25
virtual ::StructurePoolBlockPredicateType getType()
const
/*override*/
;
26
27
virtual
void
appendMetadataKey(
::Util::XXHash
& hash)
const
/*override*/
;
28
// NOLINTEND
29
30
public
:
31
// member functions
32
// NOLINTBEGIN
33
MCAPI StructurePoolBlockPredicateAlwaysTrue();
34
// NOLINTEND
35
36
public
:
37
// constructor thunks
38
// NOLINTBEGIN
39
MCAPI
void
* $ctor();
40
// NOLINTEND
41
42
public
:
43
// virtual function thunks
44
// NOLINTBEGIN
45
MCFOLD
bool
$test(
::Block
const
&,
::IRandom
&)
const
;
46
47
MCFOLD
bool
$test(
::BlockPos
const
&,
::BlockPos
const
&,
::IRandom
&)
const
;
48
49
MCFOLD ::StructurePoolBlockPredicateType $getType()
const
;
50
51
MCFOLD
void
$appendMetadataKey(
::Util::XXHash
& hash)
const
;
52
53
54
// NOLINTEND
55
56
public
:
57
// vftables
58
// NOLINTBEGIN
59
MCNAPI
static
void
**
$vftable
();
60
// NOLINTEND
61
};
BlockPos
Definition
BlockPos.h:21
Block
Definition
Block.h:69
IRandom
Definition
IRandom.h:10
IStructurePoolBlockPredicate
Definition
IStructurePoolBlockPredicate.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