LeviLamina
Loading...
Searching...
No Matches
RandomBlockStateMatch.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
RandomBlockStateMatch
:
public
::br::worldgen::processors::BlockRules::TestType
{
18
public
:
19
// member variables
20
// NOLINTBEGIN
21
::ll::TypedStorage<8, 8, ::Block const*> mBlockState;
22
::ll::TypedStorage<4, 4, float> mProbability;
23
// NOLINTEND
24
25
public
:
26
// virtual functions
27
// NOLINTBEGIN
28
virtual
bool
test(
::Block
const
& block,
::IRandom
& random)
const
/*override*/
;
29
30
virtual
void
appendMetadataKey(
::Util::XXHash
& hash)
const
/*override*/
;
31
32
virtual
~RandomBlockStateMatch
()
/*override*/
=
default
;
33
// NOLINTEND
34
35
public
:
36
// virtual function thunks
37
// NOLINTBEGIN
38
MCAPI
bool
$test(
::Block
const
& block,
::IRandom
& random)
const
;
39
40
MCAPI
void
$appendMetadataKey(
::Util::XXHash
& hash)
const
;
41
42
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:43
IRandom
Definition
IRandom.h:13
Util::XXHash
Definition
XXHash.h:7
br::worldgen::processors::BlockRules::RandomBlockStateMatch
Definition
RandomBlockStateMatch.h:17
br::worldgen::processors::BlockRules::RandomBlockStateMatch::$vftable
static MCAPI void ** $vftable()
br::worldgen::processors::BlockRules::TestType
Definition
TestType.h:14
src
mc
world
level
levelgen
v2
processors
RandomBlockStateMatch.h
Generated on
for LeviLamina by
1.16.1