LeviLamina
Loading...
Searching...
No Matches
TestType.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
class
Block
;
8
class
IRandom
;
9
namespace
Util {
class
XXHash; }
10
// clang-format on
11
12
namespace
br::worldgen::processors::BlockRules {
13
14
struct
TestType
{
15
public
:
16
// virtual functions
17
// NOLINTBEGIN
18
// vIndex: 0
19
virtual
~TestType
() =
default
;
20
21
// vIndex: 1
22
virtual
bool
test(
::Block
const
&,
::IRandom
&)
const
= 0;
23
24
// vIndex: 2
25
virtual
void
appendMetadataKey(
::Util::XXHash
&)
const
= 0;
26
// NOLINTEND
27
28
public
:
29
// destructor thunk
30
// NOLINTBEGIN
31
32
// NOLINTEND
33
34
public
:
35
// virtual function thunks
36
// NOLINTBEGIN
37
38
// NOLINTEND
39
};
40
41
}
// namespace br::worldgen::processors::BlockRules
Block
Definition
Block.h:36
IRandom
Definition
IRandom.h:10
Util::XXHash
Definition
XXHash.h:7
br::worldgen::processors::BlockRules::TestType
Definition
TestType.h:14
src
mc
world
level
levelgen
v2
processors
block_rules
TestType.h
Generated on Sat Apr 26 2025 05:56:29 for LeviLamina by
1.12.0