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
21
test(
::BlockPos
inTemplatePos,
::BlockPos
worldPos,
::BlockPos
worldReference,
::IRandom
& random)
const
= 0;
22
23
virtual
void
appendMetadataKey(
::Util::XXHash
& hash)
const
= 0;
24
// NOLINTEND
25
26
public
:
27
// virtual function thunks
28
// NOLINTBEGIN
29
30
// NOLINTEND
31
};
32
33
}
// namespace br::worldgen::processors::PosRules
BlockPos
Definition
BlockPos.h:19
IRandom
Definition
IRandom.h:10
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