LeviLamina
Loading...
Searching...
No Matches
BiomeLegacyWorldGenRulesData.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/platform/Result.h"
7
8// auto generated forward declare list
9// clang-format off
12// clang-format on
13
15public:
16 // member variables
17 // NOLINTBEGIN
18 ::ll::TypedStorage<8, 24, ::std::vector<::BiomeConditionalTransformationData>> mLegacyPreHillsEdge;
19 // NOLINTEND
20
21public:
22 // member functions
23 // NOLINTBEGIN
25 // NOLINTEND
26
27public:
28 // static functions
29 // NOLINTBEGIN
30 MCAPI static ::Bedrock::Result<::BiomeLegacyWorldGenRulesData> read(::ReadOnlyBinaryStream& stream);
31 // NOLINTEND
32
33public:
34 // destructor thunk
35 // NOLINTBEGIN
36 MCFOLD void $dtor();
37 // NOLINTEND
38};
Definition ReadOnlyBinaryStream.h:8
Definition BiomeConditionalTransformationData.h:14
Definition BiomeLegacyWorldGenRulesData.h:14