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