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
31
virtual
~BlockStateMatch
()
/*override*/
=
default
;
32
// NOLINTEND
33
34
public
:
35
// virtual function thunks
36
// NOLINTBEGIN
37
MCFOLD
bool
$test(
::Block
const
& block,
::IRandom
&)
const
;
38
39
MCAPI
void
$appendMetadataKey(
::Util::XXHash
& hash)
const
;
40
41
42
// NOLINTEND
43
44
public
:
45
// vftables
46
// NOLINTBEGIN
47
MCNAPI
static
void
**
$vftable
();
48
// NOLINTEND
49
};
50
51
}
// namespace br::worldgen::processors::BlockRules
Block
Definition
Block.h:43
IRandom
Definition
IRandom.h:13
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