LeviLamina
Loading...
Searching...
No Matches
StructurePoolBlockTagPredicateBlockTagMatch.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/level/levelgen/structure/structurepools/IStructurePoolBlockTagPredicate.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
Block
;
11
class
CompoundTag
;
12
namespace
Util {
class
XXHash; }
13
// clang-format on
14
15
class
StructurePoolBlockTagPredicateBlockTagMatch
:
public
::IStructurePoolBlockTagPredicate
{
16
public
:
17
// member variables
18
// NOLINTBEGIN
19
::ll::TypedStorage<8, 8, ::Block const&> mBlock;
20
::ll::TypedStorage<8, 8, ::CompoundTag const&> mTag;
21
// NOLINTEND
22
23
public
:
24
// prevent constructor by default
25
StructurePoolBlockTagPredicateBlockTagMatch
& operator=(
StructurePoolBlockTagPredicateBlockTagMatch
const
&);
26
StructurePoolBlockTagPredicateBlockTagMatch
(
StructurePoolBlockTagPredicateBlockTagMatch
const
&);
27
StructurePoolBlockTagPredicateBlockTagMatch
();
28
29
public
:
30
// virtual functions
31
// NOLINTBEGIN
32
// vIndex: 1
33
virtual
bool
test(
::Block
const
&,
::CompoundTag
const
&)
const
/*override*/
;
34
35
// vIndex: 2
36
virtual
void
appendMetadataKey(
::Util::XXHash
&)
const
/*override*/
;
37
38
// vIndex: 0
39
virtual
~StructurePoolBlockTagPredicateBlockTagMatch
()
/*override*/
=
default
;
40
// NOLINTEND
41
42
public
:
43
// virtual function thunks
44
// NOLINTBEGIN
45
46
// NOLINTEND
47
};
Block
Definition
Block.h:38
CompoundTag
Definition
CompoundTag.h:13
IStructurePoolBlockTagPredicate
Definition
IStructurePoolBlockTagPredicate.h:12
StructurePoolBlockTagPredicateBlockTagMatch
Definition
StructurePoolBlockTagPredicateBlockTagMatch.h:15
Util::XXHash
Definition
XXHash.h:7
src
mc
world
level
levelgen
structure
structurepools
StructurePoolBlockTagPredicateBlockTagMatch.h
Generated on Fri Jun 13 2025 05:05:21 for LeviLamina by
1.12.0