LeviLamina
Loading...
Searching...
No Matches
UnburiedConstraint.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/util/Rotation.h"
7
#include "mc/world/level/levelgen/structure/constraints/IStructureConstraint.h"
8
9
// auto generated forward declare list
10
// clang-format off
11
class
BlockPos
;
12
class
IBlockWorldGenAPI
;
13
class
StructureTemplate
;
14
// clang-format on
15
16
class
UnburiedConstraint :
public
::IStructureConstraint
{
17
public
:
18
// member variables
19
// NOLINTBEGIN
20
::ll::TypedStorage<8, 24, ::std::vector<::BlockPos>> mCeilingOffsets;
21
// NOLINTEND
22
23
public
:
24
// prevent constructor by default
25
UnburiedConstraint();
26
27
public
:
28
// virtual functions
29
// NOLINTBEGIN
30
virtual
~UnburiedConstraint()
/*override*/
=
default
;
31
32
virtual
bool
33
isSatisfied(
::IBlockWorldGenAPI
const
& target,
::BlockPos
const
& structurePos, ::Rotation
const
& structureRot)
const
34
/*override*/
;
35
// NOLINTEND
36
37
public
:
38
// member functions
39
// NOLINTBEGIN
40
MCAPI
explicit
UnburiedConstraint(
::StructureTemplate
& structure);
41
// NOLINTEND
42
43
public
:
44
// constructor thunks
45
// NOLINTBEGIN
46
MCAPI
void
* $ctor(
::StructureTemplate
& structure);
47
// NOLINTEND
48
49
public
:
50
// virtual function thunks
51
// NOLINTBEGIN
52
MCAPI
bool
$isSatisfied(
53
::IBlockWorldGenAPI
const
& target,
54
::BlockPos
const
& structurePos,
55
::Rotation
const
& structureRot
56
)
const
;
57
58
59
// NOLINTEND
60
61
public
:
62
// vftables
63
// NOLINTBEGIN
64
MCNAPI
static
void
**
$vftable
();
65
// NOLINTEND
66
};
BlockPos
Definition
BlockPos.h:19
IBlockWorldGenAPI
Definition
IBlockWorldGenAPI.h:25
IStructureConstraint
Definition
IStructureConstraint.h:14
StructureTemplate
Definition
StructureTemplate.h:35
UnburiedConstraint::$vftable
static MCAPI void ** $vftable()
src
mc
world
level
levelgen
structure
constraints
UnburiedConstraint.h
Generated on
for LeviLamina by
1.16.1