LeviLamina
Loading...
Searching...
No Matches
EmptyPoolElement.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/structurepools/StructurePoolElement.h"
8#include "mc/world/level/levelgen/structure/structurepools/StructurePoolElementType.h"
9
10// auto generated forward declare list
11// clang-format off
12class BlockPos;
13class BlockSource;
14class BoundingBox;
15class JigsawBlockInfo;
17// clang-format on
18
20public:
21 // virtual functions
22 // NOLINTBEGIN
23 // vIndex: 0
24 virtual ::BlockPos getSize(::Rotation rotation) const /*override*/;
25
26 // vIndex: 2
27 virtual ::std::vector<::JigsawBlockInfo> getJigsawMarkers(::BlockPos position, ::Rotation rotation) const
28 /*override*/;
29
30 // vIndex: 1
31 virtual ::std::vector<::JigsawBlockInfo>
32 getJigsawMarkers(::BlockPos position, ::LegacyStructureSettings& settings, ::BlockSource* region) const
33 /*override*/;
34
35 // vIndex: 3
36 virtual ::BoundingBox getBoundingBox(::BlockPos position, ::Rotation rotation) const /*override*/;
37
38 // vIndex: 13
39 virtual bool isValid() const /*override*/;
40
41 // vIndex: 15
42 virtual ::StructurePoolElementType type() const /*override*/;
43
44 // vIndex: 14
45 virtual ~EmptyPoolElement() /*override*/ = default;
46 // NOLINTEND
47
48public:
49 // destructor thunk
50 // NOLINTBEGIN
51
52 // NOLINTEND
53
54public:
55 // virtual function thunks
56 // NOLINTBEGIN
57 MCFOLD ::BlockPos $getSize(::Rotation rotation) const;
58
59 MCFOLD ::std::vector<::JigsawBlockInfo> $getJigsawMarkers(::BlockPos position, ::Rotation rotation) const;
60
61 MCFOLD ::std::vector<::JigsawBlockInfo>
62 $getJigsawMarkers(::BlockPos position, ::LegacyStructureSettings& settings, ::BlockSource* region) const;
63
64 MCAPI ::BoundingBox $getBoundingBox(::BlockPos position, ::Rotation rotation) const;
65
66 MCFOLD bool $isValid() const;
67
68 MCFOLD ::StructurePoolElementType $type() const;
69 // NOLINTEND
70
71public:
72 // vftables
73 // NOLINTBEGIN
74 MCAPI static void** $vftable();
75 // NOLINTEND
76};
Definition BlockPos.h:18
Definition BlockSource.h:67
Definition BoundingBox.h:18
Definition EmptyPoolElement.h:19
Definition JigsawBlockInfo.h:12
Definition LegacyStructureSettings.h:22
Definition StructurePoolElement.h:35