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
BlockPos
;
8
class
IRandom
;
9
namespace
Util {
class
XXHash
; }
10
// clang-format on
11
12
namespace
br::worldgen::processors::PosRules {
13
14
struct
TestType
{
15
public
:
16
// virtual functions
17
// NOLINTBEGIN
18
virtual
~TestType
() =
default
;
19
20
virtual
bool
test(
::BlockPos
,
::BlockPos
,
::BlockPos
,
::IRandom
&)
const
= 0;
21
22
virtual
void
appendMetadataKey(
::Util::XXHash
&)
const
= 0;
23
// NOLINTEND
24
25
public
:
26
// virtual function thunks
27
// NOLINTBEGIN
28
29
// NOLINTEND
30
};
31
32
}
// namespace br::worldgen::processors::PosRules
BlockPos
Definition
BlockPos.h:19
IRandom
Definition
IRandom.h:13
Util::XXHash
Definition
XXHash.h:7
br::worldgen::processors::PosRules::TestType
Definition
TestType.h:14
src
mc
world
level
levelgen
v2
processors
pos_rules
TestType.h
Generated on
for LeviLamina by
1.16.1