LeviLamina
Loading...
Searching...
No Matches
BiomeDefinitionChunkGenData.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/platform/Result.h"
7#include "mc/world/level/biome/serialization/BiomeCappedSurfaceData.h"
8#include "mc/world/level/biome/serialization/BiomeClimateData.h"
9#include "mc/world/level/biome/serialization/BiomeConsolidatedFeaturesData.h"
10#include "mc/world/level/biome/serialization/BiomeLegacyWorldGenRulesData.h"
11#include "mc/world/level/biome/serialization/BiomeMesaSurfaceData.h"
12#include "mc/world/level/biome/serialization/BiomeMountainParamsData.h"
13#include "mc/world/level/biome/serialization/BiomeMultinoiseGenRulesData.h"
14#include "mc/world/level/biome/serialization/BiomeOverworldGenRulesData.h"
15#include "mc/world/level/biome/serialization/BiomeReplacementsData.h"
16#include "mc/world/level/biome/serialization/BiomeSurfaceMaterialAdjustmentData.h"
17#include "mc/world/level/biome/serialization/BiomeSurfaceMaterialData.h"
18
19// auto generated forward declare list
20// clang-format off
21class BinaryStream;
23// clang-format on
24
26public:
27 // member variables
28 // NOLINTBEGIN
29 ::ll::TypedStorage<4, 36, ::std::optional<::BiomeClimateData>> mClimate;
30 ::ll::TypedStorage<8, 32, ::std::optional<::BiomeConsolidatedFeaturesData>> mConsolidatedFeatures;
31 ::ll::TypedStorage<4, 16, ::std::optional<::BiomeMountainParamsData>> mMountainParams;
32 ::ll::TypedStorage<8, 32, ::std::optional<::BiomeSurfaceMaterialAdjustmentData>> mSurfaceMaterialAdjustments;
33 ::ll::TypedStorage<4, 28, ::std::optional<::BiomeSurfaceMaterialData>> mSurfaceMaterials;
34 ::ll::TypedStorage<1, 1, bool> mHasSwampSurface;
35 ::ll::TypedStorage<1, 1, bool> mHasFrozenOceanSurface;
36 ::ll::TypedStorage<1, 1, bool> mHasTheEndSurface;
37 ::ll::TypedStorage<4, 16, ::std::optional<::BiomeMesaSurfaceData>> mMesaSurface;
38 ::ll::TypedStorage<8, 80, ::std::optional<::BiomeCappedSurfaceData>> mCappedSurface;
39 ::ll::TypedStorage<8, 176, ::std::optional<::BiomeOverworldGenRulesData>> mOverworldGenRules;
40 ::ll::TypedStorage<4, 24, ::std::optional<::BiomeMultinoiseGenRulesData>> mMultinoiseGenRules;
41 ::ll::TypedStorage<8, 32, ::std::optional<::BiomeLegacyWorldGenRulesData>> mLegacyWorldGenRules;
42 ::ll::TypedStorage<8, 32, ::std::optional<::BiomeReplacementsData>> mReplaceBiomes;
43 // NOLINTEND
44
45public:
46 // prevent constructor by default
49
50public:
51 // member functions
52 // NOLINTBEGIN
54
56
57 MCNAPI ::BiomeDefinitionChunkGenData& operator=(::BiomeDefinitionChunkGenData&&);
58
59 MCNAPI void write(::BinaryStream& stream) const;
60
62 // NOLINTEND
63
64public:
65 // static functions
66 // NOLINTBEGIN
67 MCNAPI static ::Bedrock::Result<::BiomeDefinitionChunkGenData> read(::ReadOnlyBinaryStream& stream);
68 // NOLINTEND
69
70public:
71 // constructor thunks
72 // NOLINTBEGIN
74
76 // NOLINTEND
77
78public:
79 // destructor thunk
80 // NOLINTBEGIN
81 MCNAPI void $dtor();
82 // NOLINTEND
83};
Definition BinaryStream.h:10
Definition ReadOnlyBinaryStream.h:8
Definition BiomeDefinitionChunkGenData.h:25
MCAPI BiomeDefinitionChunkGenData(::BiomeDefinitionChunkGenData &&)
MCAPI void write(::BinaryStream &stream) const
static MCAPI ::Bedrock::Result<::BiomeDefinitionChunkGenData > read(::ReadOnlyBinaryStream &stream)
MCAPI void * $ctor(::BiomeDefinitionChunkGenData &&)
MCAPI void * $ctor(::BiomeDefinitionChunkGenData const &)
MCAPI BiomeDefinitionChunkGenData(::BiomeDefinitionChunkGenData const &)
MCAPI::BiomeDefinitionChunkGenData & operator=(::BiomeDefinitionChunkGenData &&)