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