LeviLamina
Loading...
Searching...
No Matches
StructurePoolBlockPredicateStateMatchRandom.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
8
// auto generated forward declare list
9
// clang-format off
10
class
Block
;
11
class
BlockPos
;
12
class
Randomize
;
13
namespace
Util {
class
XXHash; }
14
// clang-format on
15
16
class
StructurePoolBlockPredicateStateMatchRandom
:
public
::IStructurePoolBlockPredicate
{
17
public
:
18
// member variables
19
// NOLINTBEGIN
20
::ll::TypedStorage<8, 8, ::Block const&> mBlock;
21
::ll::TypedStorage<4, 4, float const> mProbability;
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: 6
34
virtual
void
appendMetadataKey(
::Util::XXHash
&)
const
/*override*/
;
35
36
// vIndex: 0
37
virtual
~StructurePoolBlockPredicateStateMatchRandom
()
/*override*/
=
default
;
38
// NOLINTEND
39
40
public
:
41
// destructor thunk
42
// NOLINTBEGIN
43
44
// NOLINTEND
45
46
public
:
47
// virtual function thunks
48
// NOLINTBEGIN
49
50
// NOLINTEND
51
};
BlockPos
Definition
BlockPos.h:18
Block
Definition
Block.h:36
IStructurePoolBlockPredicate
Definition
IStructurePoolBlockPredicate.h:18
Randomize
Definition
Randomize.h:13
StructurePoolBlockPredicateStateMatchRandom
Definition
StructurePoolBlockPredicateStateMatchRandom.h:16
Util::XXHash
Definition
XXHash.h:7
src
mc
world
level
levelgen
structure
structurepools
StructurePoolBlockPredicateStateMatchRandom.h
Generated on Sat Apr 26 2025 05:56:28 for LeviLamina by
1.12.0