LeviLamina
Loading...
Searching...
No Matches
IStructureConstraint.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/util/Rotation.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
BlockPos
;
11
class
IBlockWorldGenAPI
;
12
// clang-format on
13
14
class
IStructureConstraint
{
15
public
:
16
// virtual functions
17
// NOLINTBEGIN
18
virtual
~IStructureConstraint
() =
default
;
19
20
virtual
bool
isSatisfied(
21
::IBlockWorldGenAPI
const
& target,
22
::BlockPos
const
& structurePos,
23
::Rotation
const
& structureRot
24
)
const
= 0;
25
// NOLINTEND
26
27
public
:
28
// virtual function thunks
29
// NOLINTBEGIN
30
31
// NOLINTEND
32
};
BlockPos
Definition
BlockPos.h:21
IBlockWorldGenAPI
Definition
IBlockWorldGenAPI.h:25
IStructureConstraint
Definition
IStructureConstraint.h:14
src
mc
world
level
levelgen
structure
constraints
IStructureConstraint.h
Generated on
for LeviLamina by
1.16.1