LeviLamina
Loading...
Searching...
No Matches
ScatteredFeaturePiece.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/level/levelgen/structure/StructurePiece.h"
7
8// auto generated forward declare list
9// clang-format off
10class BlockSource;
11class BoundingBox;
12// clang-format on
13
15public:
16 // ScatteredFeaturePiece inner types declare
17 // clang-format off
18 struct LocalRegistry;
19 // clang-format on
20
21 // ScatteredFeaturePiece inner types define
23 public:
24 // member variables
25 // NOLINTBEGIN
46 // NOLINTEND
47
48 public:
49 // prevent constructor by default
50 LocalRegistry& operator=(LocalRegistry const&);
53 };
54
55public:
56 // member variables
57 // NOLINTBEGIN
63 // NOLINTEND
64
65public:
66 // prevent constructor by default
70
71public:
72 // virtual functions
73 // NOLINTBEGIN
74 // vIndex: 0
75 virtual ~ScatteredFeaturePiece() /*override*/;
76 // NOLINTEND
77
78public:
79 // member functions
80 // NOLINTBEGIN
81 MCAPI ScatteredFeaturePiece(int west, int floor, int north, int width, int height, int depth);
82
83 MCAPI bool updateAverageGroundHeight(::BlockSource& region, ::BoundingBox const& chunkBB, int offset);
84
85 MCAPI bool
86 updateHeightPositionToLowestGroundHeight(::BlockSource& region, ::BoundingBox const& chunkBB, int offset);
87 // NOLINTEND
88
89public:
90 // constructor thunks
91 // NOLINTBEGIN
92 MCAPI void* $ctor(int west, int floor, int north, int width, int height, int depth);
93 // NOLINTEND
94
95public:
96 // destructor thunk
97 // NOLINTBEGIN
98 MCFOLD void $dtor();
99 // NOLINTEND
100
101public:
102 // vftables
103 // NOLINTBEGIN
104 MCAPI static void** $vftable();
105 // NOLINTEND
106};
Definition BlockSource.h:67
Definition BoundingBox.h:18
Definition ScatteredFeaturePiece.h:14
Definition StructurePiece.h:18
Definition ScatteredFeaturePiece.h:22
Definition Alias.h:14