LeviLamina
Loading...
Searching...
No Matches
SurfaceMaterialAdjustmentEvaluated.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/level/biome/components/SurfaceMaterialBlocks.h"
7
9public:
10 // SurfaceMaterialAdjustmentEvaluated inner types declare
11 // clang-format off
12 struct Element;
13 // clang-format on
14
15 // SurfaceMaterialAdjustmentEvaluated inner types define
16 struct Element {
17 public:
18 // member variables
19 // NOLINTBEGIN
20 ::ll::TypedStorage<4, 4, int> mHeightMin;
21 ::ll::TypedStorage<4, 4, int> mHeightMax;
22 ::ll::TypedStorage<8, 48, ::SurfaceMaterialBlocks> mSurfaceMaterialBlocks;
23 // NOLINTEND
24 };
25
26public:
27 // member variables
28 // NOLINTBEGIN
29 ::ll::TypedStorage<8, 24, ::std::vector<::SurfaceMaterialAdjustmentEvaluated::Element>> mAdjustments;
30 // NOLINTEND
31
32public:
33 // member functions
34 // NOLINTBEGIN
35 MCFOLD bool empty() const;
36
37 MCAPI void makeAdjustments(::SurfaceMaterialBlocks& blockPalette, int height) const;
38
40 // NOLINTEND
41
42public:
43 // destructor thunk
44 // NOLINTBEGIN
45 MCFOLD void $dtor();
46 // NOLINTEND
47};
Definition SurfaceMaterialAdjustmentEvaluated.h:16
Definition SurfaceMaterialAdjustmentEvaluated.h:8
Definition SurfaceMaterialBlocks.h:10