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
// virtual functions
26
// NOLINTBEGIN
27
// vIndex: 2
28
virtual
bool
test(
::Block
const
&,
::Randomize
&)
const
/*override*/
;
29
30
// vIndex: 1
31
virtual
bool
test(
::BlockPos
const
&,
::BlockPos
const
&,
::Randomize
&)
const
/*override*/
;
32
33
// vIndex: 5
34
virtual ::StructurePoolBlockPredicateType getType()
const
/*override*/
;
35
36
// vIndex: 6
37
virtual
void
appendMetadataKey(
::Util::XXHash
&)
const
/*override*/
;
38
39
// vIndex: 0
40
virtual
~StructurePoolBlockPredicateStateMatch
()
/*override*/
=
default
;
41
// NOLINTEND
42
43
public
:
44
// destructor thunk
45
// NOLINTBEGIN
46
47
// NOLINTEND
48
49
public
:
50
// virtual function thunks
51
// NOLINTBEGIN
52
53
// NOLINTEND
54
};
BlockPos
Definition
BlockPos.h:18
Block
Definition
Block.h:36
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 Sat Apr 26 2025 05:56:28 for LeviLamina by
1.12.0