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
11class BlockPos;
14// clang-format on
15
16class UnburiedConstraint : public ::IStructureConstraint {
17public:
18 // member variables
19 // NOLINTBEGIN
20 ::ll::TypedStorage<8, 24, ::std::vector<::BlockPos>> mCeilingOffsets;
21 // NOLINTEND
22
23public:
24 // prevent constructor by default
25 UnburiedConstraint();
26
27public:
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
37public:
38 // member functions
39 // NOLINTBEGIN
40 MCAPI explicit UnburiedConstraint(::StructureTemplate& structure);
41 // NOLINTEND
42
43public:
44 // constructor thunks
45 // NOLINTBEGIN
46 MCAPI void* $ctor(::StructureTemplate& structure);
47 // NOLINTEND
48
49public:
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
61public:
62 // vftables
63 // NOLINTBEGIN
64 MCNAPI static void** $vftable();
65 // NOLINTEND
66};
Definition BlockPos.h:19
Definition IBlockWorldGenAPI.h:25
Definition IStructureConstraint.h:14
Definition StructureTemplate.h:35
static MCAPI void ** $vftable()