LeviLamina
Loading...
Searching...
No Matches
GroundedConstraint.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
GroundedConstraint
:
public
::IStructureConstraint
{
17
public
:
18
// member variables
19
// NOLINTBEGIN
20
::ll::TypedStorage<8, 24, ::std::vector<::BlockPos>> mFoundationOffsets;
21
// NOLINTEND
22
23
public
:
24
// prevent constructor by default
25
GroundedConstraint
();
26
27
public
:
28
// virtual functions
29
// NOLINTBEGIN
30
// vIndex: 0
31
virtual
~GroundedConstraint
()
/*override*/
=
default
;
32
33
// vIndex: 1
34
virtual
bool
35
isSatisfied(
::IBlockWorldGenAPI
const
& target,
::BlockPos
const
& structurePos, ::Rotation
const
& structureRot)
const
36
/*override*/
;
37
// NOLINTEND
38
39
public
:
40
// member functions
41
// NOLINTBEGIN
42
MCAPI
explicit
GroundedConstraint
(
::StructureTemplate
& structure);
43
// NOLINTEND
44
45
public
:
46
// constructor thunks
47
// NOLINTBEGIN
48
MCAPI
void
* $ctor(
::StructureTemplate
& structure);
49
// NOLINTEND
50
51
public
:
52
// virtual function thunks
53
// NOLINTBEGIN
54
MCAPI
bool
$isSatisfied(
55
::IBlockWorldGenAPI
const
& target,
56
::BlockPos
const
& structurePos,
57
::Rotation
const
& structureRot
58
)
const
;
59
// NOLINTEND
60
61
public
:
62
// vftables
63
// NOLINTBEGIN
64
MCNAPI
static
void
**
$vftable
();
65
// NOLINTEND
66
};
BlockPos
Definition
BlockPos.h:17
GroundedConstraint
Definition
GroundedConstraint.h:16
GroundedConstraint::$vftable
static MCAPI void ** $vftable()
IBlockWorldGenAPI
Definition
IBlockWorldGenAPI.h:25
IStructureConstraint
Definition
IStructureConstraint.h:14
StructureTemplate
Definition
StructureTemplate.h:32
src-server
mc
world
level
levelgen
structure
constraints
GroundedConstraint.h
Generated on Sun Oct 12 2025 06:32:32 for LeviLamina by
1.12.0