LeviLamina
Loading...
Searching...
No Matches
BlockStateMatch.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/level/levelgen/v2/processors/block_rules/TestType.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
Block
;
11
class
IRandom
;
12
namespace
Util {
class
XXHash
; }
13
// clang-format on
14
15
namespace
br::worldgen::processors::BlockRules {
16
17
struct
BlockStateMatch
:
public
::br::worldgen::processors::BlockRules::TestType
{
18
public
:
19
// member variables
20
// NOLINTBEGIN
21
::ll::TypedStorage<8, 8, ::Block const*> mBlockState;
22
// NOLINTEND
23
24
public
:
25
// virtual functions
26
// NOLINTBEGIN
27
virtual
bool
test(
::Block
const
& block,
::IRandom
&)
const
/*override*/
;
28
29
virtual
void
appendMetadataKey(
::Util::XXHash
& hash)
const
/*override*/
;
30
// NOLINTEND
31
32
public
:
33
// static functions
34
// NOLINTBEGIN
35
MCAPI static ::br::worldgen::processors::BlockRules::BlockStateMatch from(
::Block
const
& block);
36
// NOLINTEND
37
38
public
:
39
// virtual function thunks
40
// NOLINTBEGIN
41
MCFOLD
bool
$test(
::Block
const
& block,
::IRandom
&)
const
;
42
43
MCAPI
void
$appendMetadataKey(
::Util::XXHash
& hash)
const
;
44
45
46
// NOLINTEND
47
48
public
:
49
// vftables
50
// NOLINTBEGIN
51
MCNAPI
static
void
**
$vftable
();
52
// NOLINTEND
53
};
54
55
}
// namespace br::worldgen::processors::BlockRules
Block
Definition
Block.h:69
IRandom
Definition
IRandom.h:10
Util::XXHash
Definition
XXHash.h:7
br::worldgen::processors::BlockRules::BlockStateMatch
Definition
BlockStateMatch.h:17
br::worldgen::processors::BlockRules::BlockStateMatch::$vftable
static MCAPI void ** $vftable()
br::worldgen::processors::BlockRules::TestType
Definition
TestType.h:14
src
mc
world
level
levelgen
v2
processors
BlockStateMatch.h
Generated on
for LeviLamina by
1.16.1