LeviLamina
Loading...
Searching...
No Matches
BiomeMountainParamsData.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
11// clang-format on
12
14public:
15 // member variables
16 // NOLINTBEGIN
17 ::ll::TypedStorage<4, 4, uint> mSteepBlock;
18 ::ll::TypedStorage<1, 1, bool> mNorthSlopes;
19 ::ll::TypedStorage<1, 1, bool> mSouthSlopes;
20 ::ll::TypedStorage<1, 1, bool> mWestSlopes;
21 ::ll::TypedStorage<1, 1, bool> mEastSlopes;
22 ::ll::TypedStorage<1, 1, bool> mTopSlideEnabled;
23 // NOLINTEND
24
25public:
26 // static functions
27 // NOLINTBEGIN
28 MCAPI static ::Bedrock::Result<::BiomeMountainParamsData> read(::ReadOnlyBinaryStream& stream);
29 // NOLINTEND
30};
Definition ReadOnlyBinaryStream.h:8
Definition BiomeMountainParamsData.h:13