LeviLamina
Loading...
Searching...
No Matches
BiomeMesaSurfaceData.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
10class BinaryStream;
12// clang-format on
13
15public:
16 // member variables
17 // NOLINTBEGIN
18 ::ll::TypedStorage<4, 4, uint> mClayMaterial;
19 ::ll::TypedStorage<4, 4, uint> mHardClayMaterial;
20 ::ll::TypedStorage<1, 1, bool> mBrycePillars;
21 ::ll::TypedStorage<1, 1, bool> mHasForest;
22 // NOLINTEND
23
24public:
25 // member functions
26 // NOLINTBEGIN
27 MCAPI void write(::BinaryStream& stream) const;
28 // NOLINTEND
29
30public:
31 // static functions
32 // NOLINTBEGIN
33 MCAPI static ::Bedrock::Result<::BiomeMesaSurfaceData> read(::ReadOnlyBinaryStream& stream);
34 // NOLINTEND
35};
Definition BinaryStream.h:11
Definition ReadOnlyBinaryStream.h:8
Definition BiomeMesaSurfaceData.h:14