LeviLamina
Loading...
Searching...
No Matches
BiomeWeightedData.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<2, 2, ushort> mBiomeIdentifier;
18 ::ll::TypedStorage<4, 4, uint> mWeight;
19 // NOLINTEND
20
21public:
22 // static functions
23 // NOLINTBEGIN
24 MCAPI static ::Bedrock::Result<::BiomeWeightedData> read(::ReadOnlyBinaryStream& stream);
25 // NOLINTEND
26};
Definition ReadOnlyBinaryStream.h:8
Definition BiomeWeightedData.h:13