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
// vIndex: 1
28
virtual
bool
test(
::Block
const
& block,
::IRandom
&)
const
/*override*/
;
29
30
// vIndex: 2
31
virtual
void
appendMetadataKey(
::Util::XXHash
& hash)
const
/*override*/
;
32
33
// vIndex: 0
34
virtual
~BlockStateMatch
()
/*override*/
=
default
;
35
// NOLINTEND
36
37
public
:
38
// virtual function thunks
39
// NOLINTBEGIN
40
MCNAPI
bool
$test
(
::Block
const
& block,
::IRandom
&)
const
;
41
42
MCNAPI
void
$appendMetadataKey
(
::Util::XXHash
& hash)
const
;
43
// NOLINTEND
44
45
public
:
46
// vftables
47
// NOLINTBEGIN
48
MCNAPI
static
void
**
$vftable
();
49
// NOLINTEND
50
};
51
52
}
// namespace br::worldgen::processors::BlockRules
Block
Definition
Block.h:38
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::$test
MCAPI bool $test(::Block const &block, ::IRandom &) const
br::worldgen::processors::BlockRules::BlockStateMatch::$vftable
static MCAPI void ** $vftable()
br::worldgen::processors::BlockRules::BlockStateMatch::$appendMetadataKey
MCAPI void $appendMetadataKey(::Util::XXHash &hash) const
br::worldgen::processors::BlockRules::TestType
Definition
TestType.h:14
src
mc
world
level
levelgen
v2
processors
BlockStateMatch.h
Generated on Sat Sep 20 2025 15:45:22 for LeviLamina by
1.12.0