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
// vIndex: 1
22
virtual
bool
test(
::Block
const
&,
::IRandom
&)
const
/*override*/
;
23
24
// vIndex: 2
25
virtual
void
appendMetadataKey(
::Util::XXHash
& hash)
const
/*override*/
;
26
27
// vIndex: 0
28
virtual
~AlwaysTrue
()
/*override*/
=
default
;
29
// NOLINTEND
30
31
public
:
32
// virtual function thunks
33
// NOLINTBEGIN
34
MCNAPI
bool
$test
(
::Block
const
&,
::IRandom
&)
const
;
35
36
MCNAPI
void
$appendMetadataKey
(
::Util::XXHash
& hash)
const
;
37
// NOLINTEND
38
39
public
:
40
// vftables
41
// NOLINTBEGIN
42
MCNAPI
static
void
**
$vftable
();
43
// NOLINTEND
44
};
45
46
}
// namespace br::worldgen::processors::BlockRules
Block
Definition
Block.h:38
IRandom
Definition
IRandom.h:10
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::AlwaysTrue::$test
MCAPI bool $test(::Block const &, ::IRandom &) const
br::worldgen::processors::BlockRules::AlwaysTrue::$appendMetadataKey
MCAPI void $appendMetadataKey(::Util::XXHash &hash) const
br::worldgen::processors::BlockRules::TestType
Definition
TestType.h:14
src
mc
world
level
levelgen
v2
processors
block_rules
AlwaysTrue.h
Generated on Fri Jun 13 2025 13:06:29 for LeviLamina by
1.12.0